
.field-validation-error {
    font-size: 15px !important;
}

.modal-backdrop.in {
    width: 100%;
}

    .modal-backdrop.in:hover {
        background: #000;
    }



Html, body {
    height: 100%;
}

.grandParentContaniner {
    display: table;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.parentContainer {
    display: table-cell;
    vertical-align: middle;
}





body.login-page .input-div input:-webkit-autofill,
body.login-page .input-div input:-webkit-autofill:hover,
body.login-page .input-div input:-webkit-autofill:focus,
body.login-page .input-div input:-webkit-autofill:active {
    -webkit-text-fill-color: #333 !important;
    -webkit-box-shadow: 0 0 0px 1000px #efefef inset !important;
    /* Keep the color same as origin */ font-size: 14px !important
}


body.login-page span.field-validation-error {
    width: 100%;
    float: left;
}


/*
.login-content {
    background: #efefef;
}
*/
body {
    font-family: 'Poppins', sans-serif;
   
    margin: 0px;
    padding: 0px;
}

.wave {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.container {
    height: 100vh;
    display: flex;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 0rem;
    padding: 0 0rem;
    justify-content: center;
}

.parentContainer .img {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: left;
    flex: 0 0 70%;
    max-width: 70%;
}
/*
.login-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    max-width: 500px;
    width: 100%;
}*/


.login-header {
    background: #fff;
    margin: 0px !important;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e5e4e4;
    box-shadow: 0 1px 0 #fff;
    padding: 20px 0 !important;
}
.img img {
    width: 500px;
}

.from-group {
    position: relative;
    width: 100%;
    float: left;
}
    .from-group i.fas {
        position: absolute;
        left: 18px;
        top: 19px;
        font-size: 28px;
    }

.login-btn  {
    background: #1c1e3a;
    width: 100% !important;
    float: left !important;
    border: none;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
}


.register-btn {
    border: 2px #1c1e3a solid !important;
    width: 100% !important;
    float: left !important;
    border: none;
    padding: 11px 0;
    color: #1c1e3a;
    font-size: 18px;
    border-radius: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center; font-weight:normal !important; 
}

    .register-btn:hover {
        color: #1c1e3a;
    }




    .login-content form {
        width: 100% !important;
        margin: 0px auto;
    }

.login-content img {
    height: 130px;
}
.login-content h2 {
    margin: 40px 0;
    color: #333;
    text-transform: uppercase;
}

body.login-page span.field-validation-error {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 0;
    font-size: 14px !important;
    font-weight: normal !important;
}


.login-content .input-div {
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

    .login-content .input-div.one {
        margin-top: 0;
    }

.login-content .input-div {
    width: 100%;
    float: left,
}

.i {
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .i i {
        transition: .3s;
    }

.input-div > div {
    position: relative;
    height: 45px;
}

    .input-div > div > h5 {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
        font-size: 18px;
        transition: .3s;
        margin: 0px;
    }

.input-div:before, .input-div:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #793ebf;
    transition: .4s;
}

.input-div:before {
    right: 50%;
}

.input-div:after {
    left: 50%;
}

.input-div.focus:before, .input-div.focus:after {
    width: 50%;
}

.input-div.focus > div > h5 {
    top: -5px;
    font-size: 15px;
}

.input-div.focus > .i > i {
    color: #793ebf;
}

.input-div > div > input {
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0rem 0.7rem;
    font-size: 1.2rem;
    color: #555;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
}

.input-div.pass {
    margin-bottom: 4px;
}

a {
    text-align: right;
    text-decoration: none;
    color: #793ebf;
    font-size: 0.9rem;
    transition: .3s;
    float: right;
    margin: 0px 0 10px 0;
}

    a:hover {
        color: #793ebf;
    }

.btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #109952, #97ca57, #34a650);
    background-size: 200%;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 1rem 0;
    cursor: pointer;
    transition: .5s;
}

    .btn:hover {
        background-position: right;
    }

iframe {
    pointer-events: none !important;
}


body.login-page {
    background-color: #f7f7f7 !important;
}

body:-webkit-full-page-media {
    background-color: #fff !important;
}

video#myVideo:focus {
    outline: none !IMPORTANT;
    border: none !important;
}

video#myVideo {
    width: 100% !important;
    height: auto !important;
    float: left !important;
}


.input-div.br-none {
    white-space: nowrap;
    font-size: 13px;
    font-family: 'Open+Sans', sans-serif !important;
    font-size: 13px !important;
    color: #7F7F7F;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}

input[name='CaptchaInputText'] {
    width: 239px !important;
    margin-left: 65px;
    margin-top: 10px;
    height: 40px;
}

#CaptchaImage {
    border: 1px solid #000;
    margin: 0 0 0 65px;
    height: 72px;
}


.br-none {
    position: relative;
}


    .br-none a {
        visibility: hidden;
        position: absolute;
        right: 13px;
        top: 43px;
    }

        .br-none a:after {
            visibility: visible;
            position: absolute;
            top: 0;
            left: 0;
            content: "⟳";
            font-size: 24px;
            font-weight: bold;
            background: #1c1e3a;
            float: left;
            line-height: 30px;
            width: 30px;
            height: 30px;
            border-radius: 6px;
            color: #fff;
            text-align: center;
        }


.br-none-label {
    width: 93%;
    float: left;
    text-align: right;
    margin-top: -10px;
    font-family: 'Open+Sans', sans-serif !important;
    font-size: 13px !important;
    color: red;
}


@media only screen and (max-width: 576px) {
    .login-content {
       width: 90%;
    }

        .login-content img {
            height: 130px;
            width: 90%;
        }
}

@media only screen and (max-width: 425px) {
    h2.title {
        font-size: 19px !important;
    }
}



.from-group input.input {
    padding: 0;
    float: left;
    width: -webkit-fill-available;
    margin: 10px 0;
    border: none;
    border-bottom: none;
    font-size: 14px;
    height: 50px;
    background: #e3e0e0;
    padding-left: 60px;
    font-family: "Open Sans", Tahoma !important;
    border-radius: 10px;
    color: #000;
} 


.login-content {
    width: 360px;
    margin: 0px auto !important;
    padding: 0px !important;
    background: none !important;
    box-shadow: none !important;
} 