html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.header {
    background: #2E3192;
    margin-bottom: inherit;
    color: white;
    padding: 20px 0;
}

.logo {
    height: 50px;
}

.title {
    font-size: 24px;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.form-list {
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 3px 35px 47px;
}
.spiner-example {
    height: 200px;
    padding-top: 70px;
}
.spiner-example {
    height: 100%;
    /*   padding-top: 70px;*/
    z-index: 5555;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #dddceb7a;
    /* right: 50%; */
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    right: 48%;
    z-index: 6555;
    /* position: relative;

     text-align: center;*/
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ffc107;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-spinner-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.form_top {
    margin-top: 15px;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 0px 15px;
}
.login-sec{
    padding: 100px 0;
    /* background: url(../images/login-back.png) no-repeat center; */
    background-size: cover;
    justify-content: center !important;
}
    .login-sec h4 {
        position: relative;
        font-size: 25.53px;
        margin-bottom: 20px;
        color: #2E3192;
    }
        .login-sec h4::before {
            content: "";
            position: absolute;
            display: inline-block;
            height: 1px;
            width: 30%;
            left: 0;
            top: 18px;
            border: 1px solid #2E3192;
        }
        .login-sec h4::after {
            content: "";
            position: absolute;
            display: inline-block;
            height: 1px;
            width: 30%;
            right: 0;
            top: 18px;
            border: 1px solid #2E3192;
        }
.form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 25px;
}
.login-sec .form-control {
    margin-bottom: 20px;
    height: 50px;
    box-shadow: none;
    border-color: #2E3192;

}

.form-group {
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
}
.formbtn {
    background-color: #2E3192;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 15px 30px;
}
    .formbtn:hover {
        color: #2E3192;
        background-color: #FAB713;
        border-color: #FAB713;
    }
.login-color-sec {
    background-color: #2e31921a;
    position: relative;
    display: block;
    overflow: hidden;
}
    .login-color-sec h3 {
        padding: 92px 10px 43px;
        font-size: 20px;
        font-weight: bold;
        color: #2E3192;
    }
    .login-color-sec h5 {
        font-size: 17px;
        font-weight: 100;
        color: #2E3192;
    }
    .login-color-sec .btn {
        background-color: transparent !important;
        border: 2px solid #2E3192;
        font-weight: 600;
        padding: 6px 16px;
        transition: .3s all;
        color: #2E3192;
        width: 130px;
        margin-bottom: 34px;
        cursor: pointer;
    }
    .login-color-sec img {
        position: absolute;
        left: -52px;
        bottom: -77px;
        opacity: .1;
        transition: opacity .5s;
        z-index: -1;
        max-width: 100%;
    }
.form {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: 8px;*/
    margin-left: 41px;
}
@media (max-width: 767px) {
    .form {
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}
.login-sec .not-mem {
    text-align: center;
    /* display: block; */
    color: #16375d;
    text-decoration: none;
}
.login-sec h3 {
    margin-bottom: 50px;
    color: #2E3192;
    font-size: large;
}
.login-color-sec .btn:hover {
    background-color: #FAB713 !important;
    border: 2px solid #FAB713;
    font-weight: 600;
    padding: 6px 16px;
    transition: .3s all;
    color: #2E3192;
    width: 130px;
    cursor: pointer;
}