
body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

/** Login page start **/
.common-login {
    background: #fff;
}

.common-login a {
    text-decoration: none;
}

.common-login .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #fff;
}

.common-login h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.common-login .bg-img {
    min-height: 100vh;
    position: relative;
    display: flex;
    padding: 15px 0;
    background: url(../img/img-38.jpg) top left repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common-login .bg-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(17 30 183 / 16%);
}

.common-login .form-inner {
    max-width: 500px;
    width: 100%;
}

.common-login .form-section .extra-login {
    width: 100%;
    margin: 25px 0 25px;
    position: relative;
}

.common-login .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.common-login .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #424242;
    text-transform: capitalize;
    background: #fff;
}

.common-login .form-section p {
    color: #424242;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.common-login .form-section p a {
    color: #424242;
}

.common-login .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.common-login .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.common-login .form-section .thembo {
    margin-left: 4px;
}

.common-login .form-section h3 {
    margin: 0 0 25px;
    font-size: 25px;
    color: #121212;
    font-weight: 400;
}

.common-login .form-section .form-group {
    margin-bottom: 25px;
}

.common-login .form-section .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.common-login .form-section .form-control {
    padding: 10px 20px;
    font-size: 16px;
    outline: none;
    height: 55px;
    background: rgba(23, 23, 23, 0.72);
    color: #424242;
    border-radius: 3px;
    background: #fff;
    border: solid 1px #dedede;
}

.common-login .form-section .btn-md {
    cursor: pointer;
    padding: 15.5px 50px 14.5px 50px;
    font-size: 17px;
    font-weight: 400;
    height: 55px;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.common-login .form-section input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.common-login .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.common-login .form-section .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.common-login .form-section .btn-theme {
    background: #29306a;
    border: none;
    color: #fff;
}

.common-login .form-section .btn-theme:hover {
    background: #2f3a90;
}

.common-login .form-section .terms {
    margin-left: 3px;
}

.common-login .form-section .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.common-login .form-section .form-check a {
    color: #424242;
    float: right;
}

.common-login .form-check-input:checked {
    display: none;
}

.common-login .form-section .form-check-input {
    position: absolute;
    margin-left: 0;
}

.common-login .form-section .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.common-login .form-section .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #424242;
}

.common-login .form-section .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #29306a;
    border-color: #29306a;
}

.common-login .form-section input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    font-size: 12px;
    content: "\2713";
    padding-left: 0;
}

.common-login .form-section input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.common-login .form-section a.forgot-password {
    font-size: 16px;
    color: #424242;
    float: right;
}

.common-login .logo img {
    margin-bottom: 15px;
}

/** Social buttons start **/
.common-login .social-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.common-login .social-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    text-align: center;
    margin: 0 5px 5px;
    font-size: 20px;
}

.common-login .social-button::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 3px;
    transition: 0.3s;
}

.common-login .social-button:focus, .social-button:hover {
    color: #fff!important;
}

.common-login .social-button:focus::after, .social-button:hover::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: calc(-50% - 1px);
}

.common-login .social-button i, .social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.common-login .social-button-facebook {
    color: #4867aa;
}

.common-login .social-button-facebook::after {
    background: #4867aa;
}

.common-login .social-button-twitter {
    color: #33CCFF;
}

.common-login .social-button-twitter::after {
    background: #33CCFF;
}

.common-login .social-button-linkedin {
    color: #2392e0;
}

.common-login .social-button-linkedin::after {
    background: #2392e0;
}

.common-login .social-button-google {
    color: #db4437;
}

.common-login .social-button-google::after {
    background: #db4437;
}

@media (max-width: 992px) {
    .common-login .form-section {
        padding: 30px 15px;
    }

    .common-login .bg-img {
        display: none;
    }
}
/** Login page end **/















