/*------------------------------------------------------------------
[Main Stylesheet]

Project:    RAB
Version:    1.1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]
    *. Login Layout 15 /
    *. Login inner form / .login-inner-form
    *. Login inner form details / .details
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
body {
    color: #28a745;
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
}

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

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


/** Login 15 start **/
.login-15 {
    background: rgba(0, 0, 0, 0.04) url(../img/img-2.png) top left repeat;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-15:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color:rgb(0 0 0 / 14%);
}

.login-15 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'SolaimanLipi', sans-serif;
    color: #28a745;
}


.login-15 .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    /*background: #fff;*/
    /*background: rgba(0, 0, 0, 0.04) url(../img/img-1.png) top left repeat;*/
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-15 .form-inner {
    max-width: 450px;
    width: 100%;
    margin: 0 15px;
    text-align: center;
    /*background: #161719;*/
    background: #17344c;
    /*background: #ffffff2e;*/
    padding: 50px 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.login-15 .bg-img {
    top: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    min-height: 496px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
}

.login-15 .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

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

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

.login-15 .pad-0 {
    padding: 0;
}

.login-15 .form-section p {
    color: #dadada;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}

.login-15 .form-section p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}

.login-15 .form-section p a {
    font-weight: 500;
    color: #717171;
}

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

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

.login-15 .form-section h3 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: bold;
    color: #28a745;
}

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

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

.login-15 .form-section .form-box input {
    float: left;
    width: 100%;
}

.login-15 .form-section .input-text {
    padding: 15.5px 20px;
    font-size: 15px;
    outline: none;
    color: #616161;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #bec1ca;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-15 .form-section img {
    margin-bottom: 5px;
    height: 40px;
}

.login-15 .form-section .form-box i {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 23px;
    color: #ea2020;
}

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

.login-15 .form-section .btn-md {
    cursor: pointer;
    padding: 13px 50px 12px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

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

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

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

.login-15 .form-section .btn-theme {
    background: #00904bb8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
}

.login-15 .form-section .btn-theme:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    background: #ea202094;
}

.login-15 .none-2 {
    display: none;
}

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

.login-15 .form-section .checkbox {
    font-size: 14px;
}

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

.login-15 .form-section .form-check a {
    color: #717171;
    float: right;
}

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

.login-15 .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;
}

.login-15 .form-section .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #717171;
}

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

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

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

.login-15 .form-section a.forgot-password {
    font-size: 15px;
    color: #717171;
    float: right;
}

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

.login-15 .info {
    max-width: 610px;
    padding: 10px 30px;
}

.login-15 .info h1 {
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Jost', sans-serif;
    font-size: 50px;
}

.login-15 .info h1 span {
    color: #ff574d;
}

.login-15 .info p {
    color: #d2d2d2;
    line-height: 28px;
    font-size: 24px;
}

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

.login-15 .social-list {
    padding: 0;
    text-align: center;
}

.login-15 .social-list li {
    display: inline-block;
}

.login-15 .social-list li a {
    margin: 1px;
    font-size: 14px;
    font-weight: 500;
    width: 110px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.login-15 .social-list li a:hover {
    text-decoration: none;
}

.login-15 .facebook-bg {
    background: #4867aa;
}

.login-15 .facebook-bg:hover {
    background: #3d5996;
    color: #fff;
}

.login-15 .twitter-bg {
    background: #33CCFF;
}

.login-15 .twitter-bg:hover {
    background: #56d7fe;
}

.login-15 .google-bg {
    background: #db4437;
}

.login-15 .google-bg:hover {
    background: #dc4e41;
}

@media (max-width: 992px) {
    .login-15 .form-section {
        width: 100%;
    }

    .login-15 .form-section {
        justify-content: center;
        align-items: center;
        padding: 15px 0;
    }

    .login-15 .bg-img {
        min-height: 100%;
        border-radius: 5px;
    }

    .none-992 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .login-15 .form-inner {
        margin: 0 15px;
    }
    .login-15 {
    background: rgba(0, 0, 0, 0.04) url(../img/img-3.png) top left repeat;

    }
}
/** Login 15 end **/


















