html {
    font-size: 14px;
    font-family: Inter;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.flex {
    flex: 1;
}

.checkbox label,
.checkbox input {
    cursor: pointer;
}

.container-login {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: calc(100vh - 80px);
    width: 100%;
}

.footer {
    position: absolute !important;
    bottom: 10px !important;
    width: 100% !important;
    line-height: 36px !important;
}

.logo {
    margin-bottom: 30px;
}

.login {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
}

.main-login {
    position: relative;
}

.bg-login {
    background: #0066b3;
    position: relative;
}

.logo-lf {
    width: 274px;
    margin-top: 35px;
    margin-left: 38px;
    position: absolute;
}

.img-bg-login {
    background-image: url("../../assets/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    width: 99%;
    top: 0;
}

.bg-logo {
    position: absolute;
    top: 50%;
    width: 85%;
    right: -5%;
}

.bg-content {
    position: absolute;
    top: 15%;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 15%;
    color: #fff;
}

.hd-bg-content {
    font-size: 48px;
    font-weight: 700;
    font-family: Open Sans;
    letter-spacing: 0em;
}

.lg-bg-content {
    font-size: 76px;
    font-weight: 800;
    font-family: Open Sans;
    letter-spacing: 0em;
}

.st-cloud {
    color: #00f6ff;
    position: relative;
}

.ct-bg-content {
    font-family: Open Sans;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    text-align: justify;
}

.top-main {
    padding: 15px 0;
    position: absolute;
    width: 100%;
    display: flex;
}

.select-lang {
    z-index: 99999;
    justify-content: right;
    right: 24px;
    width: 150px;
    /*height: 65px;*/
}

.content-identity {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnBack {
    padding: 0.375rem 0 !important;
}

    #btnBack a span {
        padding: 0.375rem 0.75rem;
    }

.box-language {
    display: flex;
    flex: 1;
    flex-direction: row-reverse;
}

.identity-2fa {
    width: 550px;
}

@media(max-width: 1350px) {
    .hd-bg-content {
        font-size: 36px;
    }

    .lg-bg-content {
        font-size: 65px;
    }
}

.myCustomSummary ul li {
    list-style-type: none;
}

.myCustomSummary ul {
    padding-left: 0px;
}

.nav-link {
    color: rgb(110, 110, 110);
    font-weight: 500;
}

    .nav-link:hover {
        color: #3765a9;
    }

.nav-pills {
    box-shadow: none !important;
    display: flex;
    justify-content: space-around;
}

    .nav-pills .nav-link {
        border-radius: 0px;
    }

        .nav-pills .nav-link.active {
            color: #3765a9;
            background-color: white;
            border-bottom: 3px solid;
        }

.change-language-btn {
    position: absolute;
    right: 0px;
}

.logo-phone {
    display: none;
}


@media(max-width:768px) {
    .bg-login {
        display: none !important;
    }

    .logo-phone {
        display: flex !important;
    }

    #btnBack {
        display: none !important;
    }
}
