/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-group {
    margin-bottom: 25px;
}

.form-control {
    /* background-color: #f7f7f7; */
    background-color: transparent;
    color: #3c3c3c;
    /* height: 45px; */
    height: 38px;
    border-radius: 2px;
    border-color: #cecece;
    z-index: -1;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* floating-labels */
.has-float-label {
    position: relative;
    font-size: 70%;
}

.has-float-label label {
    position: absolute;
    opacity: 1;
    transition: all 0.2s;
    top: -0.5em;
    left: 0.75rem;
    z-index: 3;
    line-height: 1;
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 0;
}

.hidden-password {
   position: absolute;
    top: 35px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
    max-width: 20px;
}

.has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1;
}

.has-float-label
    .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
    font-size: 150%;
    opacity: 0.5;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.has-float-label .form-control:-webkit-autofill + label {
    position: absolute;
    opacity: 1;
    transition: all 0.2s;
    top: -0.5em;
    left: 0.35rem;
    z-index: 3;
    line-height: 1;
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 0;
}

/* OWL CAROUSEL */
.login-carousel .owl-item img {
    width: auto;
}

.owl-dots {
    margin-top: 40px;
    text-align: center;
    max-height: 20px;
}

.owl-carousel .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    margin: 0 3px;
    background: #a6a6a6;
    -webkit-transition: background 0.3s ease, width 0.3s ease-in-out;
    transition: background 0.3s ease, width 0.3s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active {
    width: 14px;
    height: 7px;
    background: #fff;
}

.owl-carousel .owl-dots button.owl-dot:hover {
    background: #fff;
}

.owl-carousel .owl-dots button.owl-dot span {
    opacity: 0;
    background-color: transparent;
    display: none;
}

/* OWL CAROUSEL END */

.left-content p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 5px;
}

.left-content h5 {
    color: #fff;
    font-weight: lighter;
    font-size: 24px;
    margin-bottom: 5px;
}

.left-content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
}

.left-content span {
    color: #fff;
    display: inherit;
    font-size: 16px;
}

.left-content a {
    border-radius: 20px;
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    background-color: #fff;
    width: 150px;
    font-size: 16px;
    margin: 10px auto;
    /* font-weight: 500; */
    transition: 0.4s ease all;
}
.left-content a:hover {
    background: #103460;
    color: #fff;
}

.left-content .button-wrap {
    margin-top: 100px;
}

.policies-listing {
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin: 0px;
    transform: translate(-50%);
}
.policies-listing li {
    color: #8a8a8a;
    padding: 0px 15px;
    border-right: 1px solid #8d8d8d;
    list-style-type: none;
    display: inline-block;
    font-size: 12px;
}

.policies-listing li:last-child {
    border-right: none;
}

.policies-listing li a {
    color: #8a8a8a;
    font-size: 14px;
    text-decoration: underline;
}
.mobile-logo {
    display: none;
}
.login-btn {
    display: flex;
    margin: auto;
}

/* .decorated {
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #8288b1;
}
.decorated > span {
    position: relative;
    display: inline-block;
}
.decorated > span:before,
.decorated > span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #d1d1d1;
    width: 100vw;
    margin: 0 20px;
}
.decorated > span:before {
    right: 100%;
}
.decorated > span:after {
    left: 100%;
} */

.decorated {
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    height: 15px;
}

.decorated span {
    background-color: #ffffff;
    position: absolute;
    border-radius: 50%;
    top: -8px;
    left: 45%;
    font-size: 15px;
    color: #808080;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-btn {
    text-transform: none;
    font-size: 12px;
    height: 38px;
    padding: 20px 0;
    border: 1px solid #d1d1d1;
    color: #625e5e;
    cursor: pointer;
}

.google-btn:hover {
    background-color: #f4f4f4;
}

.forget-password {
    font-size: 14px;
    color: #808080;
}

.create-account span {
    color: grey;
    font-size: 14px;
}

a {
    color: #0018c0;
    text-decoration: underline;
}

.login-wrapper {
    max-width: 350px;
    margin: auto;
}
.top-dots {
    position: absolute;
    top: 30px;
    right: 30px;
}

.bottom-dots {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.login-img {
    margin-bottom: 25px;
}
.login-wrapper {
    max-width: 350px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1600px) {
    .login-wrapper {
        max-height: 750px;
        overflow: auto;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    /* body {
        overflow: hidden;
    } */
    .login-wrapper {
        max-height: 100%;
        max-width: 350px;
        padding: 50px;
    }
    .main-logo {
        margin: 0 auto;
        /* left: 0;
        right: 0;
        text-align: center; */
        left: -15px;
        right: -30px;
        text-align: center;
        /* background: #1b4d89; */
        padding: 15px !important;
    }

    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
        margin: 0 auto;
    }
    .left-content {
        display: none;
    }
    .left-content h2 {
        font-size: 38px;
    }
    .form-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }
    .form-content {
        width: 100%;
    }
    .policies-listing {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        /* left: -15px;
        right: -15px; */
    }
    .policies-listing li {
        padding: 0px 5px;
    }
    .policies-listing li,
    .policies-listing li a {
        font-size: 12px;
    }
}
