/* General styles */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    overscroll-behavior: none;
    background-color: #26587A !important;
}

.btn-lang {
    background-color: #EDEDED;
    border-radius: 45px;
    height: 50px;
    width: 160px;
    font-family: 'GothamRounded-Medium';
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
}

.btn-lang:focus {
    outline: none;
    box-shadow: none;
}

.logo-img {
    height: 66px;
}

.tabs-button {
    outline: none;
    box-shadow: none;
}

.card {
    height: auto;
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1);
    border-radius: 60px !important;
}

.card-header {
    text-align: left;
    background: #F9F9F9;
    margin: 10px 12px;
    border-radius: 53px !important;
    border: none !important;
}

.card-header h3 {
    font-family: 'GothamRounded-Medium';
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 15px 20px;
    color: #000000;
}

.login-input {
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    height: 53px;
    padding-left: 20px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.login-input input {
    border-radius: 36px;
    border: none;
    padding-left: 14px;
    width: 83%;
    align-items: center;
}

.login-input input:focus {
    outline: none;
}

.login-input input::placeholder {
    font-family: GothamRounded-Book;
    color: #BABABA;
}

.login-input textarea:focus {
    outline: none;
}

.footer-register a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-msg,
.forget-password {
    font-family: 'GothamRounded-Book';
    font-weight: 325;
    font-size: 15px;
    line-height: 20px;
    color: #212123;
}

.forget-password {
    text-decoration-line: underline;
}

.footer-link {
    color: #97C4B8;
    text-decoration-line: underline;
}

.tabcontent {
    display: none;
}

.custom-alert {
    border-radius: 20px;
    margin-top: 15px;
}

.langue_text {
    padding-top: 10px;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #05597D;
}

.social_icon span:hover {
    color: white;
    cursor: pointer;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #05597D;
    color: white;
    border: none;
}

input:focus {
    box-shadow: 0 0 0 0;
}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 15px;
}

.login_btn {
    color: white;
    background-color: #97C4B8;
    border: none;
    border-radius: 45px;
    height: 65px;
    width: 75%;
    font-family: 'GothamRounded-Medium';
    font-weight: 350;
    font-size: 20px;
    line-height: 24px;
}

.login_btn:hover {
    cursor: pointer;
    color: white;
    background-color: #97C4B8;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

label {
    color: white;
}

/* Specific styles */
.bg-image {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -40%;
}

.card-top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: #05597D;
}

.card-pro {
    border-top-left-radius: 20px;
}

.card-par {
    border-top-right-radius: 20px;
}

.tabs div.active {
    background-color: #ccc;
}

.univers-vp-div {
    background-color: #122C3C;
    border-top-right-radius: 37.5px;
    border-bottom-right-radius: 37.5px;
    height: 54px;
    width: 404px;
    margin-left: -30px;
}

.univers-vp-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.demo-button {
    background-color: #97C4B8;
    border-radius: 40.5px;
    font-family: 'GothamRounded-Medium';
    border: none;
    padding: 10px;
    color: #FFFFFF;
}

/* Autofill styles */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

#LoginCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}

#TopBar {
    top: 10px;
}

.loader {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    animation: skLinRotate 1s ease-in-out infinite alternate;
}

.loader:after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #ff3d00;
}

@keyframes skLinRotate {

    95%,
    100% {
        transform: rotate(840deg)
    }
}


/* Media query for mobile devices */
@media only screen and (max-width: 991px) {

    /* Reduce font-size for all elements */
    .login_btn,
    .links,
    .demo-button,
    .card-header h3 {
        font-size: 16px;
    }

    .forget-password {
        font-size: 13px;
    }

    .login_btn {
        height: 50px;
    }

    .demo-button {
        font-size: 9px;
    }

    .footer-link,
    .footer-msg {
        font-size: 12px;
    }

    #TopBar {
        top: 0;
    }

    .card {
        width: 380px;
    }

    .bg-image {
        height: 110%;
        width: 130%;
        bottom: -45%;
    }

    .univers-vp-div {
        background-color: #122C3C;
        border-radius: 37.5px;
        height: 54px;
        width: 404px;
    }
}