/** GLOBAL CLASSES **/
@font-face {
    font-family: 'GothamMedium';
    src: url('../../../fonts/hinted-Gotham-Medium.eot');
    src: url('../../../fonts/hinted-Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../../../fonts/hinted-Gotham-Medium.woff2') format('woff2'), url('../../../fonts/hinted-Gotham-Medium.woff') format('woff'), url('../../../fonts/hinted-Gotham-Medium.ttf') format('truetype'), url('../../../fonts/hinted-Gotham-Medium.svg#Gotham-Medium') format('svg');
}

@font-face {
    font-family: 'GothamBold';
    src: url('../../../fonts/hinted-Gotham-Bold.eot');
    src: url('../../../fonts/hinted-Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../../../fonts/hinted-Gotham-Bold.woff2') format('woff2'), url('../../../fonts/hinted-Gotham-Bold.woff') format('woff'), url('../../../fonts/hinted-Gotham-Bold.ttf') format('truetype'), url('../../../fonts/hinted-Gotham-Bold.svg#Gotham-Bold') format('svg');
}

@font-face {
    font-family: 'GothamBook';
    src: url('../../../fonts/hinted-Gotham-Book.eot');
    src: url('../../../fonts/hinted-Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../../../fonts/hinted-Gotham-Book.woff2') format('woff2'), url('../../../fonts/hinted-Gotham-Book.woff') format('woff'), url('../../../fonts/hinted-Gotham-Book.ttf') format('truetype'), url('../../../fonts/hinted-Gotham-Book.svg#Gotham-Book') format('svg');
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.btn-custom-gradient {
    color: #fff;
    font-family: 'GothamMedium', sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 1rem 2rem;
    border: none;
    border-radius: 2px;
    outline: none;
    background: rgb(182, 56, 146);
    background: linear-gradient(90deg, rgb(182, 56, 146) 0%, rgb(198, 48, 138) 35%, rgb(224, 55, 134) 70%, rgb(236, 45, 125) 100%);
    position: relative;
    float: left;
}
.btn-custom-gradient:hover,
.btn-custom-gradient:focus,
.btn-custom-gradient.focus {
    color: #fff;
    box-shadow: none;
}

.btn-custom-gradient span {
    position: relative;
    z-index: 3;
}

.btn-custom-gradient::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(236, 45, 125);
    background: linear-gradient(90deg, rgb(236, 45, 125) 0%, rgb(224, 55, 134) 35%, rgb(198, 48, 138) 70%, rgb(182, 56, 146) 100%);
    opacity: 0;
    transition: all .5s ease
}

.btn-custom-gradient:hover::before {
    opacity: 1
}

body {
    font-family: 'GothamBook', sans-serif;
    color: #333;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert{
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close{
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover{
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs{
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'GothamBook', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error{
    font-size: 13px;
    text-align: left;
    color: #333;
    width: 100%;
}


/** Login 17 start **/
.login-17 .bg-img{
    top: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 30px 100px;
    overflow: hidden;

    background-image: url(../../img/gradient-6.jpg);
    background-position: top center;
    background-size: cover;
}

.login-17 a {
    text-decoration: none;
}

.login-17 .form-check-input:checked {
    display: none;
}

.login-17 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'GothamBook', sans-serif;
}

.login-17 .form-section{
    top: 0;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 60px;
}

.login-inner-form{
    width: 100%;
}

.login-17 .login-inner-form .forgot{
    font-family: 'GothamMedium', sans-serif;
    line-height: 1;
    float: right;
    color: #333;
    font-size: 16px;
}

.login-17 .login-inner-form p{
    color: #333;
    margin-bottom: 0;
    font-size: 16px;
}

.login-17 .login-inner-form p a{
    color: #333;
}

.login-17 .login-inner-form .thembo{
    margin-left: 4px;
}

.login-17 .login-inner-form h3 {
    margin: 0 0 30px;
    font-family: "GothamBold";
    font-size: 28px;
    font-weight: 400;
    color: #040404;
    text-align: left;

    background: -webkit-linear-gradient(to right,#b313aa, #ff9f16, #ff9f16);
    background: linear-gradient(to right,#b313aa, #ff9f16, #ff9f16);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-17 .waviy {
    font-family: "GothamMedium";
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 30px;
    background: none;
    -webkit-text-fill-color: initial;
}

.login-17 .login-inner-form .form-group {
    margin-bottom: 40px;
}

.login-17 .login-inner-form .form-control {
    font-family: 'GothamMedium', sans-serif;
    width: 100%;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e8e7e7;
    outline: none;
    color: #333;
    border-radius: 0;
}

.login-17 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 13px 50px 12px 50px;
    font-size: 17px;
    font-weight: 400;
    height: 50px;
}

.login-17 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-17 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-17 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-17 .login-inner-form .btn-theme {
    background: #33ccff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
    border-radius: 50px;
}

.login-17 .login-inner-form .btn-theme:hover {
    background: #29c2f5;
}


.login-17 .btn-theme {
    border-radius: 50px;
    padding: 12px 50px 11px 50px;
    color: #33ccff;
    border: solid 2px #33ccff;
    font-size: 17px;
    font-family: 'GothamBook', sans-serif;
    float: left;
    margin-right: 5px;
}

.login-17 .btn-theme:hover{
    color: #fff;
    background: #33ccff;
    text-decoration: none;
}

.login-17 .informeson{
    max-width: 665px;
}

.login-17 .informeson p{
    font-family: "GothamBook";
    font-size: 24px;
    color: #fff;
}

.login-17 .social-box ul{
    margin: 0;
    padding: 0;
}

.login-17 .social-box .social-list li {
    font-size: 16px;
    display: inline-block;
}

.login-17 .social-box .social-list li a {
    margin: 0 20px 2px 0;
    font-size: 15px;
    display: inline-block;
    color: #ebebeb;
    text-decoration: none;
    text-transform: uppercase;
}

.login-17 .social-box .social-list li a:hover{
    color: #fff;
}

.login-17 .social-box{
    bottom: 30px;
    position: absolute;
    left: 100px;
}

.login-17 .logo{
    top: 30px;
    position: absolute;
}

.login-17 .logo img{
    width: 220px;
}

.login-17 .logo-2 {
    display: none;
    margin-bottom: 15px;
}

.login-17 .logo-2 img{
    height: 30px;
}

.login-17 .none-2{
    display: none;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-17 .bg-img{
        display: none;
    }

    .login-17 .ctn-logo{
        display: block;
    }

    .login-17 .none-2{
        display: inherit;
    }

    .login-17 .logo-2 {
        display: inherit;
    }

    .login-17 .login-inner-form h3 {
        font-size: 25px;
        margin: 0 0 40px;
    }

    .login-17 .login-inner-form{
        max-width: 450px;
        padding: 60px 30px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 6px
    }

    .login-17 .form-section {
        padding: 150px 15px 30px;
        align-items: start;
    }

    .login-17{
        background: #fff3f3;
        background-image: url(../../img/gradient-6.jpg);
        background-position: top right;
    }
}
/** Login 17 end **/