
/** GLOBAL CLASSES **/

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

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

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

.login-7 input, textarea {
    background-color: #e40b0b;
  }



/** Login 7 start **/
.login-7 .login-inner-form {
    color: #cccccc;
    position: relative;
    z-index: 9;
}

.login-7 .bg-color-13 {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    /* background: url('../img/background-pattern.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
    
}
.login-7 .bg-color-13::before {
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(187 38 106);
    clip-path: polygon(100% 0%, 100% 51%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.login-7 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-7 .form-section{
    max-width: 530px;
    margin: 0 auto;
    width: 100%;
}

.login-7 .form-box{
    width: 100%;
    text-align: center;
}

.login-7 .login-inner-form .form-group {
    margin-bottom: 25px;
}

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

.login-7 .login-inner-form .input-text {
    font-size: 15px;
    outline: none;
    color: #616161;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}
 

.login-7 .login-inner-form img {
    /* height: 30px; */
    margin-bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    max-width: 100%;
}

.login-7 .login-inner-form .form-box input {
    float: left;
    width: 100%;
    padding: 13.5px 40px 13.5px 15px;
}

.login-7 .login-inner-form .form-box i {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 19px;
    color: #616161;
}

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

.login-7{
    max-height: 100vh;
    overflow: hidden;
    background: url(../img/background-pattern.jpg);
    background-size: auto;
    /* background-repeat: no-repeat; */
    position: relative;

}
.login-7::before{
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(211 215 213 / 78%);
}

.login-7 .login-inner-form label{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.login-7 .login-inner-form .forgot{
    margin: 0;
    line-height: 45px;
    color: #535353;
    font-size: 15px;
    float: right;
}

.login-7 .bg-img {
    top: 0;
    width: 100%;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    background: url('../img/delivered-projects.jpg');
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}
.bg-img-inner:before {
    content: "";
    width: 100%;
    height: 1000%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0%;
    background: #000000;
    opacity: 0.6;
    z-index: -999;
}

/* .bg-img-inner:before {
    content: "";
    width: 40%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 20%;
    -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 50%, 0% 100%, 0% 100%);
    background: #168b50;
    opacity: 0.5;
    z-index: -999;
}

.bg-img-inner:after {
    content: "";
    width: 40%;
    background: #168b50;
    height: 60%;
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 30% 0, 70% 10%);
    clip-path: polygon(0 0, 100% 50%, 100% 100%);
    opacity: 0.5;
    background: #168b50;
} */

.login-7 .info{
    z-index: 999;
    margin: auto;
    text-align: center;    
}

.login-7 .info h1 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 2px 3px 4px rgb(0 0 0);
}

.login-7 .info p {
    margin-bottom: 0;
    color: #fff;
    line-height: 28px;
}

/* .login-7 .info {
    max-width: 560px;
    margin: 0 auto;
    padding: 70px;
    border: solid 5px #ffffff;
    text-align: center;
} */

.login-7 .logo-img-left {
    max-width: 85%;
    /* margin-bottom: 30px;
    filter: drop-shadow(3px 4px 6px black); */
}

.login-7 .login-inner-form .btn-md {
    cursor: pointer;
    height: 50px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

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

.login-7 .login-inner-form p{
    margin: 0;
    color: #616161;
}

.login-7 .login-inner-form p a{
    color: #616161;
}

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

.login-7 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-7 .login-inner-form .btn-theme {
    background: #1e4b4e;
    border: none;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-7 .login-inner-form .btn-theme:hover {
    background: #292631;
}

.login-7 .logo img{
    height: 65px;
    margin-bottom: 0px;
}

.login-7 .nav-pills li{
    display: inline-block;
}

.login-7 .login-inner-form .form-group.mb-35{
    margin-bottom: 35px;
}

.login-7 .login-inner-form .form-group.mb-30{
    margin-bottom: 30px;
}

.login-7 .login-inner-form .terms{
    margin-left: 3px;
}

.login-7 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.login-7 .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
}

.login-7 .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-7 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-7 .login-inner-form .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-7 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}

.login-7 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #2a374c;
}

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

.login-7 .btn-section{
    top: 20px;
    position: absolute;
    left: 0px;
    float: right;
    display: inline-block;
    width: 100px;
}

.login-7 .btn-section .link-btn {
    font-size: 14px;
    float: left;
    background: transparent;
    font-weight: 400;
    line-height: 50px;
    width: 120px;
    text-decoration: none;
    text-decoration: blink;
    text-align: center;
    color: #fff!important;
    border-radius: 0 50px 50px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.login-7 .btn-section .active-bg{
    background: #044246;
}

.login-7 .btn-section .default-bg{
    background: #353140;
}

.login-7 .btn-section .link-btn:hover{
    background: #044246;
}

.login-7 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #fff;
    background: #044246;
    border: solid #044246;
}

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

.login-7 .login-inner-form .checkbox a {
    font-size: 15px;
    color: #fff;
    float: right;
    margin-left: 3px;
}

.login-7 .form-section{
    text-align: center;
    padding: 70px;
    background: #efefef;
    border-radius: 5px;
    /* border: 1px solid #fff; */
    /* box-shadow: -1px 8px 4px rgb(28 138 79 / 31%); */
    position: relative;
    overflow: hidden;
}
.logo-background{
    position: absolute;
    /* background: url(../img/logo-background.png); */
    width: 100%;
    height: 100%;
    text-align: center;
    filter: opacity(0.3);
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -70px 0;
}
.form-section-innner{
    position: relative;
}

/* .login-7 .form-section .form-section-innner:before{
    content: "";
    width: 40%;
    height: 60%;
    position: absolute;
    bottom: 20%;
    left: 0;
     z-index: -1;
    -webkit-clip-path: polygon(54% 0, 50% 0, 78% 10%);
    clip-path: polygon(73% 0, -28% 70%, 0% 99%);
    opacity: 0.1;
    background: #d8001dd4;
}

.login-7 .form-section .form-section-innner:after {
    content: "";
    width: 40%;
    height: 60%;
    position: absolute;
    top: 20%;
    right: 0;
     
    -webkit-clip-path: polygon(0 0, 30% 0, 70% 10%);
    clip-path: polygon(0 0, 100% 50%, 100% 100%);
    opacity: 0.1;
    background: #d8001dd4;
} */

.login-7 .form-section h3{
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #fff;
}

.login-7 .form-section p {
    margin: 25px 0 30px;
    font-size: 20px;
    color: #091b1c;
    font-weight: 600;
    text-transform: uppercase;
}

.login-7 .form-section p a {
    color: #fff;
}

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

.login-7 .form-section .social-list li {
    display: inline-block;
}

.login-7 .form-section .social-list li a {
    font-size: 13px;
    font-weight: 600;
    width: 125px;
    margin: 0 2px 5px 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-7 .form-section .social-list li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
}

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

.abst-wrap{
    max-width: 500px;
    margin: auto;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.abst-row{
    padding: 0;
    margin: 0;
    text-align: center;
}
.abst-item .abst-title{
    font-size: 35px;
    color: #fff;
}
.abst-item .abst-con{
    font-size: 13px;
    color: #fff;
}
/** Social media **/
.login-7 .facebook-i {
    background: #4867aa;
    color: #fff;
}

.login-7 .twitter-i {
    background: #33CCFF;
    color: #fff;
}

.login-7 .google-i {
    background: #db4437;
    color: #fff;
}

.login-7 .facebook-color{
    color: #4867aa;
}

.login-7 .twitter-color {
    color: #33CCFF;
}

.login-7 .google-color {
    color: #db4437;
}


/** MEDIA **/
@media (max-width: 992px) {
    .login-7 .none-992{
        display: none;
    }

    .login-7 .none-2 {
        display: block;
    }

    .login-7 .btn-section {
        display: none;
    }
}

@media (max-width: 768px) {
    .login-7 .bg-color-16{
        padding: 30px;
    }

    .login-7 .form-section {
        padding: 50px 30px;
    }
    .logo-background{
        background-position: 0px;
    left: 0;
    }
    .login-7 .bg-color-13{
        min-height: 100vh;    
        padding: 0px 15px;    
        background-repeat: no-repeat;
        overflow: hidden;
    }
    body{
        height: 100%;
        overflow: hidden;
    }
    .login-7 .bg-color-13::before{
        clip-path: inherit;
    }
    .login-7 .form-section p{
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .login-7 .form-section p{
        font-size: 13px;
    }
}
















