.login-body {
    min-height: 100vh;
    background: url('../images/loginbg.jpg') no-repeat center center fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}

.login-body .form-group button {
    max-width: 100%;
    width: 100%;
}

.login-body .form-group input {
    margin: 0 auto 0px;
    border-radius: 7px;
    line-height: 1.7rem;
    background-color: transparent;
    border: 1px white solid;
    color: white;
}


.login-body .form-control {
    font-family: 'NexaBold';

}

.login-body .form-group {
    position: relative;
    width: 100%;
    margin-bottom: .5rem;
}


.login-body .form-control:-webkit-autofill,
.login-body .form-control:-webkit-autofill:hover,
.login-body .form-control:-webkit-autofill:focus,
.login-body .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #1f1f22 inset !important;
    box-shadow: 0 0 0 30px #1f1f22 inset !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #FFF !important;
}


.invalid-feedback,
.back-validation-content,
.back-validation,
.error-msg {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: auto;
    margin-bottom: .2rem;
    width: 100%;
    text-align: left;
    margin-top: .25rem;
    color: #dc3545;
    max-width: 100%;
}

.login-form {
    max-width: 400px;
    margin: auto 0 auto auto;
    padding: 1rem;
}



/* thank you */



.thank_you {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../media/images/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.thank_you .thank-con {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;

}

.thank_you .thank-con img {
    margin: auto;
}

.rotatable {}

@media (max-width:1366px) {
    .login-form>img {}
}

@media only screen and (max-width: 768px) {
    .bodylogo img {
        max-width: 80%;
    }

    .bodylogo {
        display: flex;
        justify-content: center;
    }

    .login-body .form-group button {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .thankyouImg img {
        height: 4rem;
    }

}



@media (max-width: 992px) and (orientation: landscape) {
    .rotatable {
        display: flex;

    }

    .bodylogo {
        display: flex;
        justify-content: center;
        width: 40%;
    }

    .bodylogo img {
        max-width: 100%;
    }

    .rotatable form {
        margin-top: 15%;
        width: 60%;
    }



}

.thankyouImg img {
    height: 6rem;
    width: 100%;
}


.login-body .form-group input::placeholder {
    color: white;
}