*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100vw;
    height: 100vh;
    
}
.backgroud{
    background-image: url(/asset/img/form/f8_bg_auth_1920.b517075e98f3051de678.png);
}
.backgroud{
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
}
.backgroud img{
    /* height: 100%; */
    width: 100%;
}
.container{
    position: absolute;
    height: 640px;
    width: 600px;
    top: 125px;
    background-color: rgb(255, 255, 255);
    left: 36%;
    z-index: 1000;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 12px;
    overflow: hidden;
}
.clearfix{
    width: 200%;
    /* transform: translateX(-580px); */
   
}
.form,
.sign_in{
    margin: 20px 20px;
    height: 640px;
    width: 600px;
    float: left;
    width: 45%;
    transition: all 0.5s linear;
}
.form .header,
.sign_in .header {
    display: flex;
    width: 100%;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}
.form .header img,
.sign_in .header img{
    height: 44px;
    width: 44px;
}
.form .header h2
.sign_in .header h2{
    margin-top: 30px;
    font-size: 2em;
}
.form form{
    margin: 20px 90px;
}
.login input {
    background: #f1f1f2;
    height: 50px;
    border: solid 2px #ffffff;
    outline: none;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 44px;
    font-size: 15px;
    padding-left: 20px;
}
.password input{
    background-color: #f1f1f2;
    height : 50px;
    border: solid 2px #ffffff;
    outline: none;
    width: 100%;
    border-radius: 44px;
    font-size: 15px;
    padding-left: 20px;
}
.submit {
    margin:20px 90px ;
}
.confirm {
    margin:20px 60px ;
}
.submit button,
.confirm button{
    width: 100%;
    height: 50px;
    background: #2acff4;
    background-image: linear-gradient(to right, #2bcef8 , #22ddc4);
    outline: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}
.footer{
    margin: 20px 90px;
    display: flex;
}
.footer .prev,
.footer .next{
    color: #f05123;
    cursor: pointer;
    margin-left: 12px;
}
.clearfix::after{
    content: '';
    display: table;
    clear: both;
}
/* sign in */
.name input,
.user input,
.matkhau input{
    background-color: #f1f1f2;
    height : 50px;
    border: solid 2px #ffffff;
    outline: none;
    width: 100%;
    border-radius: 44px;
    font-size: 15px;
    padding-left: 20px;
    /*  */
}
.name,
.user,
.matkhau{
    margin: 20px 60px;
}