body {
    overflow: hidden;
    overscroll-behavior: none;
    background-color: #26587A !important;
}

.z-99 {
    z-index: 9999999;
}

.bg-image {
    height: 100%;
    width: 100%;
    font-family: GTWalsheimPro-Regular, sans-serif;
    position: fixed;
    left: 0;
    top: 25%;
}

.btn-lang {
    background-color: #EDEDED !important;
    border-radius: 45px !important;
    height: 50px !important;
    width: 160px !important;
    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 !important;
}

.logo-img {
    height: 66px;
}

.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;
}

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

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

.card-header {
    text-align: left;
    background: #F9F9F9 !important;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 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-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    color: #000000;
}

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

.login-input input {
    border-radius: 36px !important;
    border: 0 !important;
    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 {
    font-family: 'GothamRounded-Book';
    font-weight: 325;
    font-size: 15px;
    line-height: 20px;
    color: #212123;
}

.forget-password {
    font-family: 'GothamRounded-Book';
    font-weight: 325;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: underline;

    color: #212123;
}

.footer-link {
    color: #748F8E;
    text-decoration-line: underline;
}

.tabcontent {
    display: none;
}

.custom-alert {
    border-radius: 20px !important;
    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: 0 !important;
}

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

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    color: white !important;
    background-color: #748F8E !important;
    border: 0 !important;
    border-radius: 45px !important;
    height: 65px;
    font-family: 'GothamRounded-Medium';
    font-weight: 350 !important;
    font-size: 20px !important;
    line-height: 24px;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.links {
    color: white;
}

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

label {
    color: white;
}

.center_field {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: #748F8E !important;
    border-radius: 40.5px !important;
    color: #FFFFFF !important;
}


/* 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;
}