body {
    font-family: 'Open Sans', sans-serif;
    color: #424242;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}


/** Login 9 start **/

.login-9 {
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #fff5f5;
}

.login-9 .container {
    max-width: 1160px;
    margin: 0 auto;
}

.login-9 a {
    text-decoration: none;
}

.login-9 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Jost', sans-serif;
}

.login-9 .login-inner-form {
    color: #cccccc;
    position: relative;
}

.login-9 .form-check-input:checked {
    display: none;
}

.login-9 .form-info {
    justify-content: center;
    align-items: center;
    padding: 58px 78px 78px 78px;
    /* background-image: url(../img/img-06.png); */
    background-repeat: no-repeat;
    background-position: right top;
}

.company {
    font-size: 20px;
    font-weight: 600;
}

.login-9 .form-box {
    width: 100%;
    text-align: center;
}

.login-9 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-9 .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-9 .login-inner-form .form-control {
    font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #d9d9d9;
    padding: 11px 40px 11px 15px;
}

.login-9 .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login-9 .login-inner-form .form-box i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 16px;
    color: #535353;
}

.login-9 .login-inner-form label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.login-9 .login-inner-form .forgot {
    margin: 0;
    line-height: 45px;
    color: #535353;
    font-size: 15px;
    float: right;
}

.login-9 .bg-img {
    background: url(../img/dd.png) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    position: relative;
    display: flex;
    padding: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.login-9 .bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0, #0d358f40, rgb(243 235 235 / 0%));
}

.login-9 .bg-img2 {
    background: url(../img/logos/bg1.svg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    position: relative;
    display: flex;
    padding: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.login-9 .bg-img2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0, #0d358f40, rgb(243 235 235 / 0%));
}

.login-9 .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.login-9 .text-info {
    position: absolute;
    left: 30px;
    right: 30px;
    padding: 10px;
}

.login-9 .text-info2 {
    bottom: 20px;
    position: absolute;
    left: 30px;
    right: 30px;
    background-color: #343333a1;
    padding: 10px;
    border-radius: 5px;
}

.login-9 .text-info .typing>* {
    overflow: hidden;
    white-space: nowrap;
    animation: typingAnim 3s steps(50) infinite;
    text-transform: uppercase;
    animation-timing-function: ease-in-out;
}

.login-9 .text-info h1 {
    color: #d8102a;
    font-size: 34.5px;
    margin-bottom: 20px;
    font-weight: 600;
}

.login-9 .text-info p {
    color: #ededed;
    font-size: 15px;
    margin-bottom: 3px;
}

.text-info2 p {
    color: white;
    margin-bottom: 3px;
}

.text-info2 p a {
    color: white;
}

@keyframes typingAnim {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.login-9 .login-inner-form .checkbox-theme input[type="checkbox"]:checked+label::before {
    color: #fff;
    background: #d8102a;
    border: solid 1px #d8102a;
}

.login-9 .login-inner-form .btn-md {
    cursor: pointer;
    height: 50px;
    color: #fff;
    padding: 12px 50px 12px 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
}

.login-9 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

.login-9 .login-inner-form p {
    margin: 0;
    color: #535353;
}

.login-9 .login-inner-form p a {
    color: #535353;
}

.login-9 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-9 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.login-9 .login-inner-form .btn-theme {
    background: #d8102a;
    border: none;
    color: #fff;
}

.login-9 .login-inner-form .btn-theme:hover {
    background: #b7041b;
}

.login-9 .logo {
    height: 57px;
    margin-bottom: 5px;
}

.login-9 .logo img {
  height: 70px;
}

.login-9 .logo-2 {
    margin-bottom: 15px;
}

.login-9 .logo-2 img {
    height: 30px;
}

.login-9 .nav-pills li {
    display: inline-block;
}

.login-9 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.login-9 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login-9 .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-9 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-9 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.login-9 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-9 .form-section input[type=checkbox]:checked+label:before {
    font-weight: 600;
    color: #e6e6e6;
    line-height: 16px;
    font-size: 14px;
    content: "\2713";
}

.login-9 .btn-section {
    top: 35px;
    position: absolute;
    left: 30px;
    margin-bottom: 0;
}

.login-9 .btn-section .link-btn {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #5ad352;
    padding: 10px 18px;
    text-decoration: none;
    text-decoration: blink;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
}

.login-9 .btn-section .link-btn:hover {
    background: #5ad352;
    color: #fff;
}

.login-9 .btn-section .link-btn.active {
    background: #5ad352;
    color: #fff;
}

.login-9 .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px;
}

.login-9 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
    margin-left: 3px;
}

.login-9 .form-section {
    text-align: center;
}

.login-9 .form-section h3 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #040404;
    margin-top: 22px;
}

.login-9 .form-section .text {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #535353;
}

.login-9 .form-section .text a {
    color: #535353;
}

.login-9 .form-section .extra-login {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.login-9 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    content: "";
}

.login-9 .form-section .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #535353;
    text-transform: capitalize;
    background: #fff;
}


/** Social list **/

.login-9 .social-list {
    margin-bottom: 20px;
}

.login-9 .social-list .buttons {
    display: flex;
    justify-content: center;
}

.login-9 .social-list a {
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 3px 5px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}

.login-9 .social-list a i {
    transition: transform 0.2s linear 0s;
    position: relative;
    z-index: 3;
}

.login-9 .social-list a:hover {
    transform: rotate(-90deg);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.login-9 .social-list a:hover i {
    transform: rotate(90deg);
}

.login-9 .social-list a.facebook-bg {
    background: #4867aa;
}

.login-9 .social-list a.twitter-bg {
    background: #33CCFF;
}

.login-9 .social-list a.google-bg {
    background: #db4437;
}

.login-9 .social-list a.dribbble-bg {
    background: #2392e0;
}


/** MEDIA **/

@media (max-width: 992px) {
    .login-9 .bg-img {
        display: none;
    }
    .login-9 .bg-img2 {
        display: none;
    }
    .login-9 .form-section h3 {
        font-size: 23px;
    }
    .login-9 .form-info {
        padding: 50px 30px;
    }
    .login-9 .login-box {
        max-width: 600px;
        margin: 0 auto;
    }
    .login-9 .logo {
        height: 57px;
        margin-bottom: 5px;
        margin-top: 15px;
    }
}


/** Login 9 end **/


@media only screen and (min-width: 360px) and (max-width: 767px) {



.login-9 .login-inner-form .form-control {
  padding: 10px 45px 10px 10px;
}


.login-9 .login-inner-form .form-box i {
  top: 15px;
  right: 14px;
  font-size: 17px;
}


.login-9 .login-inner-form .btn-md {
  height: 43px;
  padding: 9px 50px 9px 50px;
}


.login-9 .form-info {
  padding: 20px 30px;
}


.login-9 .login-inner-form .form-check-label{
    font-size: 14px;
}

.login-9 .login-inner-form .checkbox a {
  font-size: 14px;
  }


}