
.card-shadow {
    box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
}
.login-page {
    padding-top: 0px;
    background: #8595cf url("../images/login-quiz-bg.png") center bottom no-repeat;
}
.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: relative;
}
.login-form-header {
    padding: 15px 30px;
}
.login-form-header .logo {
    text-align: center;
}
.login-input .login-frm-input {
    height: 41px;
    border:1px solid #b0b0b0;
    border-radius:0;
}
.login-input .icon-left {
    height: 41px;
    line-height: 40px !important;
}
.login-form-footer .btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 20px 0px;
}
.btn-login {
    padding: 10px 20px !important;
    background-color: #fff !important;
    border: #bbb 1px solid !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.btn-login:hover {
    background-color: #17bab8 !important;
    border: #17bab8 1px solid !important;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19) !important;
    color: #fff !important;
}
.btn-login:focus {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
}
.login-page-footer {
    margin-top: 30px;
    text-align: center;
}

.boxed-login .login-form-header {
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 15px 0px 0px 0px;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: 25px;
}
.boxed-login .login-form-header .logo {
    text-align: center;
}
.boxed-login .login-form-footer {
    padding: 15px 0px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.boxed-login .login-form-footer .btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #687aff;
}
.boxed-login .login-form-footer .btn:hover{

    background: #485beb;

}
.social-login {
    padding: 40px 0px;
}
.social-login > .login-container {
    margin-top: 0px !important;
}
.social-login .login-form-footer {
    margin-bottom: 25px !important;
}
.error-code {
    margin-bottom: 30px;
    font-size: 150px;
    text-align: center;
    font-family: 'Kranky', cursive;
}
.error-code > div {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0px 30px;
    border-radius: 100px 60px 40px 0px;
    -moz-border-radius: 100px 60px 40px 0px;
    -webkit-border-radius: 100px 60px 40px 0px;
    line-height: normal;
}
.error-code > div > span {
    color: #17bab8;
}
.error-code > div:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid #fff;
    border-right: 60px solid transparent;
    position: absolute;
    left: 0px;
    bottom: -40px;
}
.error-message {
    margin-bottom: 40px;
    text-align: right;
}
.error-message h4 {
    font-size: 32px;
    font-weight: 300;
    color: #e57373;
}
.error-body {
    margin-bottom: 60px;
}
.error-footer-container {
    margin-top: 30px;
    padding: 15px;
    color: #666;
}
.error-footer-container a {
    color: #868686;
}
.error-footer-container a:hover,
.error-footer-container a:focus {
    text-decoration: none;
}
.error-footer-container .footer-right {
    text-align: right;
}
.error-footer-container .footer-right .footer-meta i {
    color: #00bcd4;
}
/*New Css rajeev */
.container-login100 {
    width:100%;
    min-height:100vh;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.wrap-login100 {
    width:100%;
    overflow:hidden;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;

}
.login100-more {
    width:calc(100% - 700px);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    z-index:1
}
.login100-more::before {
    content:"";
    display:block;
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.1)
}
.login-form-container  .j-forms{
   width: 380px;
    margin: 0px auto;
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 5px;
    border-radius: 100px 0px;
    padding: 58px 40px;
    border-bottom: 6px solid #6b7bfa;
    border-top: 6px solid #6b7bfa;
}
.inline-block{display: inline-block !important;}
.j-forms .link{color: #3e8e41; font-weight: 600;}
.login_logo{ width: inherit !important;}
.j-forms .icon-left{border-right: none !important;}
.login-form-container  .j-forms .icon-left ~ input,  .login-form-container  .j-forms .icon-left ~ textarea {
    padding-left: 42px;
    border: 0;
    box-shadow: none !important;
}
.login-form-container .j-forms .input{
    border-bottom: 1px solid #ccc;
}
.login-form-container .login-frm-input ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
.login-form-container .login-frm-input:focus ~ .focus-border{width: 100%; transition: 0.4s;}

/*Password has expired pop */
#expired-password-create {margin: auto; top: 0; right:0px; bottom: 0; left: 0; width: 400px; height:250px;}
.expired-password-wrap{width: 400px;}
.recreate-expired-password{text-align: center !important;border: none; padding: 0px 0px 22px;}
.recreate-expired-password .expired-password-btn{background-color: #687aff;  border: none; padding: 5px 22px; font-size: 18px;}
.recreate-expired-password .expired-password-btn:hover{background: #485beb;}
.expired-passwored-msg{text-align: center; font-size: 18px; padding:30px 30px 15px; font-weight: 400;}
.modal-backdrop{opacity: 0.5;z-index: 1 !important;}
/*end Password has expired pop */



@media(max-width:992px) {
    .boxed-login .login-form-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 100%;
    }
}

@media(max-width:768px) {
    .boxed-login .login-form-container {
        width: 100%;
    }

    .login100-more {
        display: none;
    }
}

@media(max-width:576px) {
    .boxed-login .login-form-container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
}

/*New CSS*/
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(69, 12, 202, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
