*,
*:before,
*:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Open Sans", sans-serif;
    color: #535353;
}

.primary-color {
    background-color: #0062cc;
}

.login-2 .form-section .page-links a.active:after {
    background-color: #ef3a5e;
}

.login-2 .form-section .page-links a:hover:after,
.form-content .page-links a:focus:after {
    background-color: #ef3a5e;
}

.form-section section {
    display: none;
    min-height: 345px;
}

.form-section section.active {
    display: block;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", sans-serif;
}


/** Login 1 start **/

.login-1 {
    background: rgba(0, 0, 0, 0.04) url(../img/bg-image.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login-1 .login-inner-form {
    max-width: 380px;
    margin: 0 auto;
    color: #717171;
    text-align: center;
}

.login-1 .login-inner-form .details {
    padding: 25px 30px 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.login-1 .login-inner-form img {
    margin-bottom: 15px;
    height: 30px;
}

.login-1 .login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #717171;
}

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

.login-1 .login-inner-form .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #717171;
    border-radius: 3px;
    height: 45px;
}

.login-1 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 12px 30px 11px 30px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    border-radius: 3px;
}

.login-1 .login-inner-form .social-list {
    margin-bottom: 0;
    padding: 0;
}

.login-1 .login-inner-form .checkbox a {
    font-size: 14px;
    color: #717171;
    float: right;
}

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

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

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

.login-1 .login-inner-form .form-check a {
    color: #717171;
    float: right;
}

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

.login-1 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
}

.login-1 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
}

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

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

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

.login-1 .login-inner-form .social-list li {
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}

.login-1 .login-inner-form .social-list li a {
    margin: 2px;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.login-1 .login-inner-form .footer {
    font-size: 14px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px #f5f5f5;
}

.login-1 .login-inner-form .footer span a {
    color: #717171;
}

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

.login-1 .login-inner-form .btn-theme:not([disabled]):not(.disabled).active,
.btn-theme:not([disabled]):not(.disabled):active,
.show>.btn-theme.dropdown-toggle {
    box-shadow: none;
}

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

.login-1 .login-inner-form .btn-theme {
    background: #f0151f;
    border: none;
    color: #fff;
}

.login-1 .login-inner-form .btn-theme:hover {
    background: #dc141d;
}


/** Social media **/

.login-1 .facebook-bg {
    background: #4867aa;
    color: #fff;
}

.login-1 .facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.login-1 .twitter-bg {
    background: #33ccff;
    color: #fff;
}

.login-1 .twitter-bg:hover {
    background: #56d7fe;
    color: #fff;
}

.login-1 .google-bg {
    background: #db4437;
    color: #fff;
}

.login-1 .google-bg:hover {
    background: #dc4e41;
    color: #fff;
}

.login-1 .linkedin-bg {
    background: #0177b5;
    color: #fff;
}

.login-1 .linkedin-bg:hover {
    background: #1c82ca;
    color: #fff;
}


/** MEDIA **/

@media (max-width: 992px) {
    .login-1 {
        padding: 30px 0;
    }
    .login-box {
        padding-left: 0 !important;
    }
}


/** Login 1 end **/


/** Login 2 start **/

.login-2 {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.login-2 .form-section {
    max-width: 440px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.login-2 .form-section .page-links {
    margin-bottom: 34px;
    text-align: left;
}

.login-2 .form-section .page-links a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-2 .form-section .page-links a:last-child {
    margin-right: 0;
}

.login-2 .form-section .page-links a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-2 .form-section .page-links a.active {
    font-weight: 700;
}

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

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

.login-2 .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}

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

.error-message::before {
    background: transparent !important;
}

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

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

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

.login-2 .logo-2 img {
    margin-bottom: 20px;
    height: 30px;
}

.login-2 .form-section .social-list li a {
    font-size: 12px;
    font-weight: 600;
    width: 120px;
    margin: 2px 0 3px 0;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.login-2 .form-section .social-list li a svg {
    height: 35px;
    width: 35px;
    line-height: 35px;
    float: left;
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.login-2 .form-section .social-list li a span {
    margin-right: 7px;
}

.login-2 .form-section .thembo {
    margin-left: 4px;
    font-weight: bold;
    color: #58267d;
}

.login-2 .form-section .thembo a {
    color: #58267d;
}

.login-2 .form-section h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #505050;
    text-align: center;
}

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

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

.login-2 .form-section .form-box input {
    float: left;
    width: 100%;
    padding: 11px 20px 11px 50px;
    border-radius: 50px;
}

.login-2 .form-section .input-text {
    font-size: 14px;
    outline: none;
    background: #f7f7f7;
    color: #000;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
}

.login-2 .form-section .input-text:hover,
.login-2 .form-section .input-text:focus {
    border: 1px solid #58267d;
}

.login-2 .form-section .form-box svg {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.5);
}

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

.login-2 .form-section .btn-md {
    cursor: pointer;
    padding: 12px 30px 11px 30px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    border-radius: 50px;
}

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

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

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

.login-2 .form-section .btn-theme {
    background: #58267d;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
}

.login-2 .form-section .btn-theme:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #582690;
}

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

.login-2 .logo {
    top: 40px;
    position: absolute;
    left: 65px;
}

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

.login-2 .form-section .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

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

.login-2 .form-section .form-check a {
    color: #616161;
    float: right;
}

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

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

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

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

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

.login-2 .form-section a.forgot-password {
    font-size: 14px;
    color: #616161;
    float: right;
    line-height: 45px;
}


/** Social media **/

.login-2 .facebook-bg {
    background: #4867aa;
    color: #fff;
}

.login-2 .facebook-bg:hover {
    background-color: #346ce4;
}

.login-2 .facebook-i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    float: left;
    border-radius: 20px;
    background: #3b589e;
}

.login-2 .facebook-bg:hover .facebook-i {
    background-color: #437aff;
}

.login-2 .twitter-bg {
    background: #33ccff;
    color: #fff;
}

.login-2 .twitter-bg:hover {
    background: #54d4ff;
}

.login-2 .twitter-i {
    background: #0cace0;
}

.login-2 .twitter-bg:hover .twitter-i {
    background: #0cc3ff;
}

.login-2 .google-bg {
    background: #db4437;
    color: #fff;
}

.login-2 .google-bg:hover {
    background: #f13525;
}

.login-2 .google-i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    float: left;
    border-radius: 20px;
    background: #c3291c;
}

.login-2 .google-bg:hover .google-i {
    background: #e02a1a;
}

@media (max-width: 500px) {
    .login-2 .form-section .social-list li a i {
        display: none;
    }
    .login-2 .form-section .social-list li a {
        width: 100px;
    }
}


/** Login 2 end **/

.login .bg-img {
    padding: 0;
    border-radius: 10px 0 0 10px;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.login .login-box {
    background: #fff;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    padding-left: 4rem;
}

.login .info {
    height: 540px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
}

.login .info img {
    max-width: 100%;
    width: 250px;
    margin: 37px auto;
}

.login .info a {
    padding: 10px 0;
    font-size: 12px;
    color: #979797;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Roboto";
}

.login .info a:hover {
    text-decoration: underline;
}

.terms-conditions {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
    right: 0;
    width: 100%;
}

.terms-conditions a {
    padding: 10px 0;
    font-size: 9px;
    color: #979797;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto";
}

.terms-conditions a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .terms-conditions {
        width: 58%;
    }
    .login-2 .box-right {
        height: 464px;
    }
}