﻿@charset "utf-8";
/* CSS Document */


/** Login 6 start **/
.login-6 .login-inner-form {
    color: #cccccc;
    position: relative;
}

.login-6 .bg-color-6 {
    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: 15px 50px;
    background: #fff;
}
.login-6 .bg-img {
    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: 15px 50px;
    background: url(../images/header-bg.jpg);
    z-index: 999;
}
.login-6 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-6 .form-section {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

.login-6 .form-box{
    width: 100%;
}

.login-6 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-6 .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
    color: #000;
}

.login-6 .login-inner-form .form-control {
    font-size: 16px;
    font-weight:bold;
    outline: none;
    color: #000;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}
.login-6 .login-inner-form .form-control::placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.login-6 .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login-6 .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 8px 15px 8px 50px;
    height: 42px;
}

.login-6 .login-inner-form .form-box i {
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background: var(--color-primary);;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    color: #fff;
}

.login-6 .info {
    color: #fff;
    /*margin:0 170px 50px auto;*/
    text-align: left;
    max-width: 540px;
}

.login-6 .bg-img {
    top: 0;
    bottom: 0;
    z-index: 999;
    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;    
    background-size: cover;
    /* align-items: flex-end; */
    padding: 0;
}

.login-6 .info h1{
    margin-bottom: 35px;
    font-size: 50px;
    color: var(--color-primary);;
}

.login-6 .info h1 span{
    color: #fff;
    font-weight: 600;
}

.login-6 .info P{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.login-6 .login-inner-form .forgot{
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    float: right;
}

.login-6 .bg-photo{
    width: 100%;
    display: inline-block;
    bottom: -1px;
    left: 0;
    position: absolute;
}

.login-6 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #000;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.login-6 .login-inner-form p{
    margin: 0;
    color: #535353;
}

.login-6 .login-inner-form p a{
    color: #535353;
}

.login-46 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-6 .logo{
    text-align: center;
    margin-bottom: 15px;
}

.login-6 .logo img{
    height: 60px;
}

.login-6 h3{
    text-align: center;
    margin: 0 0 24px;
    font-size: 25px;
    color: var(--color-primary);;
    font-weight: 400;
}

.login-6 .form-check-input:checked {
    background-color: #15a0ff !important;
    border-color: #15a0ff !important;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}
.login-6 .nav-pills li{
    display: inline-block;
}

.login-6 .login-inner-form .form-group.mb-35{
    margin-bottom: 35px;
}

.login-6 .login-inner-form .form-group.mb-30{
    margin-bottom: 30px;
}

.login-6 .login-inner-form .social-list{
    padding: 0;
    text-align: center;
}

.login-6 .login-inner-form .social-list li {
    display: inline-block;
}

.login-6 .login-inner-form .social-list li a {
    margin: 1px;
    font-size: 15px;
    font-weight: 400;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.login-6 .login-inner-form .social-list li a:hover{
    text-decoration: none;
}

.login-6 .login-inner-form .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0;
    text-align: center;
    position: relative;
}

.login-6 .login-inner-form .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #15a0ff;
    content: "";
}

.login-6 .login-inner-form .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    background: #15a0ff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

.login-6 .login-inner-form .terms{
    margin-left: 3px;
}

.login-6 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 15px;
}

.login-6 .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
}

.login-6 .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-6 .login-inner-form .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 15px;
    color: #d0d0d0;
}

.login-6 .btn{
    box-shadow: none!important;
}

.login-6 .btn-lg{
    padding: 0 50px;
    line-height: 50px;
}

.login-6 .btn-md{
    padding: 0 50px;
    line-height: 45px;
}

.login-6 .btn-primary{
    background: var(--color-primary);;
}

.login-6 .btn-primary:hover {
       background: #15a0ff;
    color: #fff;
}

.login-6 .btn-success:hover {
    background: #146c43;
}

.login-6 .btn-info:hover {
    background: #31d2f2;
}

.login-6 .btn-danger:hover {
    background: #b02a37;
}

.login-6 .btn-dark:hover {
    background: #1a1e21;
}

.login-6 .btn-warning:hover {
    background: #ffcd39;
}

.login-6 .btn-light:hover {
    background: #f9fafb;
}

.login-6 .form-section a {
    text-decoration: none;
}

.login-6 .form-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: 1px solid #fbf1f1;
    border-radius: 0;
    background-color: #fbf1f1;
    margin-left: -22px;
}

.login-6 .login-inner-form .checkbox a {
    font-size: 15px;
    font-weight: 400;
    color: #d0d0d0;
    float: right;
}

.login-6 .form-section p {
    margin: 28px 0 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.login-6 .form-section p a {
    color: #007bff;
}

.login-6 .facebook-bg {
    background: #4867aa;
}

.login-6 .facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.login-6 .twitter-bg {
    background: #33CCFF;
}

.login-6 .twitter-bg:hover {
    background: #56d7fe;
}

.login-6 .google-bg {
    background: #db4437;
}

.login-6 .google-bg:hover {
    background: #dc4e41;
}

/** MEDIA **/
@media (max-width: 1200px) {
    .login-6 .info {
        margin: 0 50px 50px 50px;
    }

    .login-6 .info h1 {
        font-size: 45px;
    }
}

@media (max-width: 992px) {
    .login-6 .none-992{
        display: none;
    }

    .login-6 .bg-color-27 {
        padding: 20px 15px;
    }

    .login-6 .bg-color-19 {
        padding: 50px 15px;
    }

    .login-6 .login-inner-form .social-list li a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .login-6 .bg-color-6 {
        padding: 50px 15px;
    }
}
/** Login 6 end **/


/* The container */
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px !important;
    -webkit-user-select: none;
    color:#000 !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px !important;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #d5d3d3
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
    background-color: darkblue;
    border-radius: 3px;
    border: solid 1px darkblue;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 6px;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    left: 45px;
    font-size: 16px;
    color: #000;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 100%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    top: 0;
    color: #fff;
    left: -10px;
}


.bg-color-white{
    background-color: black;
}

.text-color-white{
    color: white;
}

.validation-summary-errors {
    color: white !important;
    border: solid 1px red;
    border-radius: 5px;
    padding: 5px;
    margin: 15px 0 15px 0;
    text-align: center;
    font-weight: bold;
    background: red;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.input-validation-error {
    border-bottom: 4px solid red !important;
}
.bg-signup {
    background: url(../images/header-bg.jpg) var(--color-primary); left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    background-attachment: fixed;
}