@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);

.session-title {
    padding: 30px;
    margin: 0px;
}

.session-title h2 {
    width: 100%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

.session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
}

.session-title span {
    float: right;
    font-style: italic;
}

.inner-title {
    padding: 20px;
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccccccc4;
    display: block;
    padding-right: 0px;
}

.inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px;
}

.inner-title p {
    width: 100%;
    text-align: center;
}

.inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem;
}

.page-nav {
    padding: 40px;
    text-align: center;
    padding-top: 160px;
}

.page-nav ul {
    float: none;
    margin: auto;
}

.login-box .login-row {
    margin-top: 15px;
}

.login-box .btnroo{
    text-align: center;
    margin: 0 20px;
}

.login-box .forrr a {
    margin-top: -11px;
    color: #5288f4;
}

@media screen and (max-width: 576px) {
    .page-nav {
        padding-top: 186px;
    }
}

@media screen and (max-width: 356px) {
    .page-nav {
        padding-top: 206px;
    }
}

.page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #444;
}

@media screen and (max-width: 600px) {
    .page-nav h2 {
        font-size: 26px;
    }
}

.page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.page-nav ul li i {
    width: 30px;
    text-align: center;
    color: #444;
}

.page-nav ul li a {
    color: #444;
}

.btn-success {
    background-color: #223d50;
    border-color: #223d50;
}

.btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
}

.btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
}

.btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important;
}

.btn-primary {
    background-color: #5288f4;
    border-color: #5288f4;
}

.btn-primary:hover {
    background-color: #5288f4 !important;
    border-color: #5288f4 !important;
}

.btn-primary:active {
    background-color: #5288f4 !important;
    border-color: #5288f4 !important;
}

.btn-primary:focus {
    background-color: #5288f4 !important;
    border-color: #5288f4 !important;
    box-shadow: none !important;
}

.btn {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.form-control:focus {
    box-shadow: none !important;
    border: 2px solid #863dd9;
}

.btn-light {
    background-color: #FFF;
    color: #3F3F3F;
}

.collapse.show {
    display: block !important;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #863dd9 !important;
}

.form-control {
    background-color: #F8F8F8;
    margin-bottom: 20px;
}

.form-control:focus {
    background-color: #FFF;
    border-color: #CCC;
}

.container {
    max-width: 1170px;
}
.login_err{
    color: red;
    font-size: 12px;
}

@media screen and (max-width: 575px) {
    .container {
        padding: 10px 15px;
    }
}
/* ===================================== Herader CSS ==================================== */

@media screen and (max-width: 991px) {
    body {
        overflow: auto;
    }
}


.login-container {
    margin: auto;
    box-shadow: 1.5px 3.99px 27px 0px rgba(0, 0, 0, 0.1);
    /*transition: 0.3s;*/
    /*background-color: rgba(255, 255, 255, 0.72);*/
    /*margin: auto;*/
    /*margin-top: 15%;*/
    /*margin-bottom: 15%;*/
    height: 520px;
    width: 400px;
    background-color: rgba(255,255,255,0.13);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(25px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.2);
    padding: 50px 35px;
}

.login-box h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    margin: 0;
}
form * {
    font-family: 'Montserrat',sans-serif;
    color: #000;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}
::placeholder{
    color: #e5e5e5;
}

..login-row.btnroo.row.no-margin {
    text-align: center !important;
}

@media screen and (max-width: 991px) {
    .login-container {
        margin-bottom: 5%;
    }
}

.img-box {
    margin: auto;
    padding: 16px 76px;
    border-right: 1px solid #cccccc5e;
    text-align: center;
}

.login-box {
    padding: 0 30px;
    /*border-left: 1px solid #cccccc5e;*/
    margin: auto;
}

.login-box h5 {
    margin-bottom: 50px;
}

/*.login-box .login-row {*/
/*    margin-top: 25px;*/
/*}*/

.login-box .login-row input {
    margin-bottom: 0px;
    line-height: 0;
    height: 35px;
    margin-top: 0;
    font-weight: 600;
}

.login-box .forrr p {
    font-size: .9rem;
}

.login-box .forrr a {
    font-size: .9rem;
    float: right;
    margin-top: -22px;
    color: #5288f4;
}

.login-box .donroo p {
    font-size: .9rem;
}

.login-box .donroo a {
    ont-size: .9rem;
    color: #5288f4;
    padding-left: 3px;
    text-decoration: underline;
}

.login-box .btnroo .btn {
    margin-top: 50px;
    border-radius: 50px;
    width: -webkit-fill-available;
    font-size: 14px;
    border-color: rgba(38,183,231,1)!important;
    color: rgba(38,183,231,1) !important;
}

.login-box .btnroo .btn:hover {
    border-color: rgba(38,183,231,1)!important;
    color: #fff !important;
}

.login-box label {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.login-box label i {
    margin-right: 3px;
    font-size:.8em !important;
    cursor:none;
}

.login-box input {
    border: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #CCC;
    background-color: #fcfbfc1f;
    /*margin-top: 1px;*/
}

.login-box input:focus {
    border: 0px !important;
    border-bottom: 1px solid #5288f4 !important;
    background-color: #fcfbfc1f !important;
    margin-top: 0px;
    transition: 0.2s ease;
}
input[type=email]:active{
    border-bottom: 1px solid #5288f4 !important;
    background-color: #fcfbfc1f !important;
}
input[type=password]:active{
    border-bottom: 1px solid #5288f4 !important;
    background-color: #fcfbfc1f !important;
}

.copyc {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.copyc p {
    font-size: .95rem;
}

.login-box .forrr a {
    font-size: 14px;
    float: right;
    margin-top: -52px;
    color: #5288f4;
}

@media screen and (max-width:425px) {
    .img-box {
        padding: 60px 40px 0;
    }
}
.form-control{
    box-shadow:inset 0 1px 1px rgb(0 0 0 / 0);
}

.modal{
    padding-left: 0 !important;
}

.modal-body {
    padding: 15px 15px 30px 15px !important;
}

.modal-backdrop {
    display: none !important;
}

.modal-backdrop {
    z-index: -1 !important;
    background-color: #fff !important;
}

.modal-content{
    border: none !important;
    border-radius: 8px !important;
}

.modal-backdrop.show {
    display: none !important;
}

.modal.show .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    width: auto;
}
.fade.show{
        transform: translateY(0vw);
}
.fade {
    transition: transform 1s ease !important;
    transform: translateY(-24vw);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}
