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

.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: 'Jost', 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: #535353;
    width: 100%;
}

/** Login 14 start **/
.login-14 {
    background: linear-gradient(132deg, #FC415A, #591BC5, #212335);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    top: 0;
    text-align: center;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.login-14 .cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #D7D4E4;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite;
}

.login-14 .cube:nth-child(2n) {
    border-color: #FFF ;
}

.login-14 .cube:nth-child(2) {
    animation-delay: 2s;
    left: 25vw;
    top: 40vh;
}

.login-14 .cube:nth-child(3) {
    animation-delay: 4s;
    left: 75vw;
    top: 50vh;
}

.login-14 .cube:nth-child(4) {
    animation-delay: 6s;
    left: 90vw;
    top: 10vh;
}

.login-14 .cube:nth-child(5) {
    animation-delay: 8s;
    left: 10vw;
    top: 85vh;
}

.login-14 .cube:nth-child(6) {
    animation-delay: 10s;
    left: 50vw;
    top: 10vh;
}

/* Animate Background*/
@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

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

.login-14 .form-section {
    max-width: 500px;
    margin: 0 auto;
}

.login-14 .form-section .details{
    padding: 60px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.login-14 .form-section p{
    color: #f1f1f1;
    margin-bottom: 0;
    font-size: 16px;
}

.login-14 .form-section p a{
    color: #f1f1f1;
}

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

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

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

.login-14 .form-section .thembo{
    margin-left: 4px;
}

.login-14 .form-section h3 {
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 400;
    color: #040404;
}

.login-14 .form-section .form-group {
    margin-bottom: 30px;
}

.login-14 .form-section .form-group.fg{
    margin-bottom: 0px;
}

.login-14 .form-section .form-control {
    font-size: 16px;
    outline: none;
    background: transparent!important;
    color: #535353;
    font-weight: 500;
    border-radius: 0;
    padding: 20px 10px;
    border: solid 2px #bdbdbd;
}

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

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

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

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

.login-14 .form-section .form-check{
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
}

.login-14 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-14 .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: 2px solid #afabab;
}

.form-check-input:focus {
    outline: 0;
    box-shadow: none;
}

.login-14 .form-check-input:checked {
    background-color: #bf06e0;
    border-color: #bf06e0!important;
}

.login-14 .form-section a {
    text-decoration: none;
}

.login-14 .btn-theme {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    border: none;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.login-14 .btn-theme:hover {
    color: #fff;
}

.login-14 .btn-theme:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.login-14 .btn-theme:before {
    position: absolute;
    content: '';
    left: 96%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}

.login-14 .btn-theme span {
    position: relative;
    z-index: 1;
}

.login-14 .btn-lg{
    padding: 0 50px;
    line-height: 50px;
}

.login-14 .btn{
    box-shadow: none!important;
}

.login-14 .btn-md{
    padding: 0 45px;
    line-height: 50px;
}

.login-14 .btn-primary {
    background: #bf06e0;
}

.login-14 .btn-primary:before {
    background: #d31ef3;
}

.login-14 .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
}

.login-14 .social-list{
    float: left;
}

.login-14 .social-list span {
    margin-right: 5px;
    font-size: 15px;
    color: #535353;
}

.login-14 .social-list a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin: 0 2px 2px 0;
    border-radius: 5%;
}

/** Social media **/
.login-14 .facebook-bg{
    background: #4867aa;
}

.login-14 .facebook-bg:hover {
    background: #3b589e;
}

.login-14 .twitter-bg {
    background: #33CCFF;
}

.login-14 .twitter-bg:hover {
    background: #2abdef;
}

.login-14 .google-bg {
    background: #db4437;
}

.login-14 .google-bg:hover {
    background: #cc4437;
}

.login-14 .linkedin-bg {
    background: #2392e0;
}

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

@media (max-width: 768px) {
    .login-14 .form-section .details{
        padding: 60px 30px;
    }
}
/** Login 14 end **/