*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
    --dark2: #0E4156;
}

.sign-container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(179.05deg, #219EBC 0.81%, rgba(184, 232, 177, 0) 112.26%);
}
.login-form{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    
    max-width: 100%;
    height: auto;
    text-align: center;
}
.login-form form{
    max-width: 581px;
    height: auto;
    background: #ffff;
}
.body{
    margin: 0 30px 0px 37px;
}
.body h3{
    font-weight: 700;
    font-size: 24px;
    color: #219EBC;
    margin-top: 18px;
}
.body h5{
    font-weight: 700;
    font-size: 20px;
    color: var(--dark2);
}
.body p{
    font-weight: 700;
    font-size: 16px;
    color: var(--dark2);
    margin-top: 8px;
}
.names{
    display: grid;
    margin-top: 25px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-content: space-between;
    gap: 32px;
    text-align: left;
}
.n-input{
    /* border: 1px solid red; */
}

.body h2{
    font-weight: 700;
    font-size: 14px;
    color: gray;
    text-transform: capitalize;
}
.names input{
    width:100%;
    height: 41px;
    border: 1px solid #000000;
    outline: none;
    padding-left: 5px;
}
.email{
    width: 100%;
    text-align: left;
    margin-top: 15px;
}
.email input{
    width: 100%;
    height: 41px;
    border: 1px solid #000000;
    outline: none;
    padding-left: 5px;
}
.personal{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 32px;
    text-align: left;
    margin-top: 15px;
}
.contry select{
    width: 100%;
    height: 41px;
    border: 1px solid #000000;
    outline: none;
}
.phone input{
    width: 100%;
    height: 41px;
    border: 1px solid #000000;
    outline: none;
    padding-left: 5px;
}
input[type="number"]{
    -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.submit {
    width: 100%;
    margin-top: 15px;
}
.submit button{
    width: 100%;
    padding: 11px 0px 11px 0px;
    outline: none;
    border: none;
    background: #219EBC;
    color: #ffff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
.submit button:hover{
    border: 1px solid #219EBC;
    color: #219EBC;
    background: #ffffff;
}
.log {
    width: 100%;
    position:relative ;
    padding-bottom: 40px;
}
.log p{
 position: absolute;
 right: 0;
 font-weight: 700;
 font-size: 14px;
 color: #000000;
}
.log span{
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    color: #18333e;
    cursor: pointer;
    margin-left: 25px;
}


/**************************** log ********************************************/
.login-container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(179.05deg, #219EBC 0.81%, rgba(184, 232, 177, 0) 112.26%);
}

.log-form{
    max-width: 100%;
    height: auto;
    text-align: center;
}
.log-form form{
    max-width:700px;
    height: auto;
    background: #ffff;
    margin: 0 25px 25px 25px;
    padding: 50px;
}
.log-body{
    margin: 0 30px 0px 37px;
}
.log-body p{
    font-weight: 700;
    font-size: 16px;
    color: var(--dark2);
    margin-top: 8px;
}
.log-body h3{
    font-weight: 700;
    font-size: 24px;
    color: #219EBC;
    margin-top: 18px;
}
.log-body h5{
    font-weight: 700;
    font-size: 20px;
    color: var(--dark2);
}
.username{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.log-body h2{
    font-weight: 400;
    font-size: 14px;
}
.log-btn{
    margin-bottom: 94px;
}
.username input{
    width: 100%;
    height: 41px;
    border: 1px solid #000000;
    outline: none;
    padding-left: 5px;
}
.bottom{
    flex-direction: column;
}
.password,.username{
    margin-top: 30px;
    text-align: left;
}
.password input{
    width: 100%;
    height: 41px;
    border: 1px solid #000000;
    outline: none;
    padding-left: 5px;
}
.submit-btn {
    width: 100%;
    margin-top: 15px;
}
.submit-btn button{
    width: 100%;
    padding: 11px 0px 11px 0px;
    outline: none;
    border: none;
    background: #219EBC;
    color: #ffff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
.submit-btn button:hover{
    border: 1px solid #219EBC;
    color: #219EBC;
    background: #ffffff;
}
.bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.log-btn p{
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}
.bottom .forget p{
    font-weight: 700;
    font-size: 14px;
}
.log-btn span{
    margin-left: 25px;
}
 a{
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    color: var(--dark2);
}

@media screen and (max-width:500px) {
    .sign-container{
        width: 100%;
        height: auto;
    }
    .body h3{
    padding-top: 25px;
    }
    .login-form form{
        margin: 0 25px 25px 25px;
    }
    .names{
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
@media screen and (max-width:450px){
    .log-form{
        text-align: left;
    }
    .log-form form{

        padding: 10px;
    }
}
@media screen and (max-width:420px){
    .login-form form{
        margin: 0 10px 10px 10px;
    }
}