body{
    margin: 0px;
    padding: 0px;
}


.container{

    height:593px;
    border: none;
    max-width: 1300px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    overflow: hidden;
}

.form-box{
    width: 40%;
    border: 1px solid black;
    background-color:#002062;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; 
    padding-bottom: 30px;
    
}


.login-text{
    font-family: sans-serif;
    color: white;
    font-size: 25px;
}


.mail-inp{
    margin-top: 15px;
    border:none;
    width: 225px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background-color: #0F2D6B;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.inp-1{
    width: 180px;
    height: 25px;
    background-color: #002062;
    border: none;
    outline: none;
    background-color: #0F2D6B;
    margin-left: 8px;
    margin-bottom: 4px;
    color: white;
}

.mail-inp:hover{
    outline: 2px solid #4771C6;
}

.inp-1::placeholder{
    color:rgb(181, 179, 179);
    font-size: 10px;
}

.inp-2{
    width: 150px;
    height: 25px;
    background-color: #002062;
    border: none;
    outline: none;
    background-color: #0F2D6B;
    margin-left: 8px;
    margin-bottom: 4px;
    color: white;
    margin-top: 0px;
    padding-top: 0px;
}

.inp-2::placeholder{
    color:rgb(181, 179, 179);
    font-size: 10px;
}

.forgot-div{
    display: flex;
    justify-content: end;
}

.forgot-password{
    color: rgb(229, 229, 229);
    font-size: 10px;
    margin-top: 3px;
    margin-right: 5px;
    font-family: sans-serif;
    text-decoration: none;
}

.sign-in{
    width: 225px;
    height: 30px;
    background-color: #1A4FBA;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    color: white;
    padding-top: 7px;
    border: none;
    font-family: sans-serif;
}

.sign-in:hover{
    outline: 2px solid #4771C6; ;
}


.sign-inp{
    width: 225px;
    height: 30px;
    background-color: #1A4FBA;
    border: none;
    outline: none;
    display: none;
    
}

.or-div{
    border:none;
    width: 220px;
    height: 20px;
    margin-top: 10px;
    display: flex;
}

.line-div{
    border: 1px solid #9B9B9B;
    width: 130px;
    height: 0px;
    margin-top: 10px;

}

.or-span{
    color: #9B9B9B;
    margin: 3px 5px 0px 5px;
    font-family: sans-serif;
    font-size: 12px;
}

.last-inputs1{
    margin-top: 15px;
    border:none;
    width: 225px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background-color: #0F2D6B;
    margin-bottom: 0px;
    padding-bottom: 0px;
    justify-content: center;
}


.last-inputs{
    margin-top: 7px;
    border:none;
    width: 225px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background-color: #0F2D6B;
    margin-bottom: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

.last-inp-text{
    color: #C1B6B6;
    font-size: 10px;
    font-family: sans-serif;
    
}
.last-inp-text2{
    color: #C1B6B6;
    font-size: 10px;
    font-family: sans-serif;
    margin-left: 5px;
    
}

.last-text{
    font-size: 11px;
    color: #9B9B9B;
    font-family: sans-serif;
    padding-left: 18px;
}

.png-box{
    width: 60%;
    
}


@media  screen and (max-width: 600px) {
    .container{
        width: 100%;
        height: 100vh;

    }

    .form-box{
        height:100%;
        width: 100%;
    }

    .png-box{
       display: none;
    }
    
}
