 .forget
                { 
                    text-align:right;
                    padding-top: 2%;
                }
.forget a
                {
                    color:  #EF6412 !important;
                    text-decoration-color: floralwhite;
                }

.forlab
{
color: #fff!important;
}
.btn btn-primary{
    border-radius: 20px;
    padding: 5px 87px;
    font-size: 20px;
    background-color: #EF6412;
}

.height100per{
    height: 100%;
}

.btnLogin{
    border-radius: 25px !important;
    width: 70% !important;
    padding: 0px !important;
    height: 46px !important;
    font-size: 22px !important;
    background-color: #EF6412 !important;
    border: none !important;
    color: #fff !important;
}

.loginInput
{
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 40px !important;
    padding: 10px 30px !important;
    font-size: 20px !important;
}

.loginInput::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.loginInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff !important;
}

.loginInput::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff !important;
}
.form svg{
    height: 20px;
    width: 30px;
}

.mb-20{
    margin-bottom: 30px;
}







/*          \@media-querry                      */

@media (max-width: 768px) {
    
    
.illustration
    {
        display: none!important;
    }
    .form{
        height: 100vh;
    }
}