@font-face {
    font-family: "Urbane Rounded Bold";
    src: url(../fonts/UrbaneRounded-Bold.ttf);
}

@font-face {
    font-family: "Urbane Rounded Medium";
    src: url(../fonts/UrbaneRounded-Medium.ttf);
}

@font-face {
    font-family: "UrbaneRounded-Light";
    src: url(../fonts/UrbaneRounded-Light.ttf);
}
:root {
    --nx-blue: #005386;
    --nx-bg-blue: #005386;
}

html,
body,
.auth {
    height: 100%;
}

.auth .container-fluid,
.auth .row {
	height: 100%;
}

.auth .left-block {
    background-color: white;
}

.auth .left-block .content {
    min-height: 100%;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

.auth .left-block .content h2 {
    text-transform: uppercase;
    background: linear-gradient(
        70deg,
        #0ebeff,
        #f32170,
        #08efff,
        #cf23cf,
        cyan,
        #f32170,
        #ae63e4,
        Turquoise
    );
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-color 15s linear;
    -webkit-animation: rainbow-border 15s linear infinite;
    animation: rainbow-border 15s linear infinite;
    font-size: 110px;
    font-family: "Urbane Rounded Bold";
}
@-webkit-keyframes rainbow-border {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}
@keyframes rainbow-border {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}
.auth .left-block .content img {
    height: 50px;
}

.auth .right-block {
    background-color: #eee5d7;
}

.auth .right-block .content {
    min-height:100%;
    display: flex;
    align-items: center;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    padding: 0 13px;
}

/* .auth .right-block .content p {
    text-align: left;
    font-size: 24px;
    font-family: "Urbane Rounded Bold";
    color: var(--nx-blue);
    line-height: 30px;
} */

.auth .right-block .content p img {
    height: 30px;
}

.btn-nx {
    background: var(--nx-bg-blue) !important;
    color: #ffff !important;
}

.auth .right-block .btn-nx {
    border-radius: 50rem;
    margin-top: 35px;
    padding: 15px;
    font-size: 15px;
    font-family: "Urbane Rounded Medium";
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.auth .right-block .content .sign-in {
    margin-top: 26px;
    font-size: 12px;
    font-family: "Urbane Rounded Medium";
}

.auth .right-block .content .sign-in a {
    color: #1b1c1d;
    text-decoration: underline;
}

.auth .right-block .login {
    max-width: 535px;
    margin: 0 auto;
	min-height: 100%;
    display: flex;
    align-items: center;
}

.auth .right-block .login .card {
    border-radius: 16px;
}

.auth .right-block .login .card .card-body {
    padding: 45px 62px;
    text-align: center;
}

.auth .right-block .login .card .card-body .title {
    font-size: 24px;
    font-family: "Urbane Rounded Bold";
    color: var(--nx-blue);
}

.auth .right-block .login .card .card-body form {
    margin-top: 52px;
}

.auth .right-block .login .card .card-body .form-control,
input:-internal-autofill-selected {
    border-radius: 100px;
    border: 2px solid #b9d0de !important;
    color: var(--nx-blue) !important;
    height: 50px;
    font-size: 16px !important;
    line-height: 24px;
    font-family: "Urbane Rounded Medium";
    padding-left: 16.5px;
}
/* //CSS for Firefox -from*/
.form-outline input:not(:placeholder-shown),.form-control
{
    border: 2px solid #b9d0de !important;
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

/* //CSS for Firefox-till */
.auth .right-block .login .input-group-addon .material-icons {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--nx-blue);
    z-index: 5;
    cursor: pointer;
}
.input-group .form-control {
    padding-right: 55px;
}
/* .auth .right-block .login .btn-nx {
    margin-bottom: 25px;
} */
.auth-links {
    font-size: 10px;
    font-family: "Urbane Rounded Medium";
    color: #000000a6;
}
.auth-links a {
    text-decoration: underline;
    color: #000000a6;
}
.auth-links a:hover {
    text-decoration: underline;
    color: #000000a6;
}
.form-group {
    margin-bottom: 24px !important;
}
.password-info {
    /* list-style: none; */
    font-size: 10px;
    font-family: "Urbane Rounded Medium";
    margin-top: 15px;
    color: #000000a6;
    line-height: 18px;
}
.password-info li {
    padding-left: 7px;
}
.password-info li::marker {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f058";
    color: #d1d2d2;
    font-size: 13px;
}
.password-info li.validated::marker {
    color: #00b8d9 !important;
}
.text-black {
    color: #000000 !important;
}
.verfication p {
    font-size: 16px;
    font-family: 'Urbane Rounded Medium';
    color: #1b1c1d;
    line-height: 22px;
    margin-bottom: 20px;
}
.verfication .verification-success {
    width: 138px;
    height: 138px;
    background-color: #eee5d7;
    border-radius: 100%;
    text-align: center;
    display: inline-flex;
    margin-bottom: 15px;
}
.btn-nx.disabled {
    background-color: #c6c6c7 !important;
    pointer-events: none;
}
.mt-45 {
    margin-top: 45px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.font-48 {
    font-size: 48px !important;
}
.terms {
    color: #1b1c1d;
    font-size: 14px;
    text-align: left !important;
    line-height: 18px;
}
.form-control::placeholder {
    color: var(--nx-blue) !important;
    font-size: 15px !important;
    font-family: "Urbane Rounded Medium" !important;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--nx-blue);
    font-size: 15px;
    font-family: "Urbane Rounded Medium";
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--nx-blue);
    font-size: 15px;
    font-family: "Urbane Rounded Medium";
}
.auth .left-block .content {
    padding: 80px 20px;
}
@media (max-width: 991px) {
    .auth .right-block .login .card {
        margin-top: 25px;
    }
}
@media (max-width: 590px) {
    /* .auth .left-block .content {
        padding: 50px 20px;
    } */
    .auth .right-block .login .card {
        margin: 30px;
    }
    .auth .right-block .login .card .card-body {
        padding: 40px 35px;
    }
    .auth .right-block .login .btn-nx {
        min-width: unset;
    }
    /* .auth .left-block .content h2 {
        font-size: 90px;
    } */
}
@media (Max-width:800px){
    /* .auth .left-block .content {
        padding: 50px 20px;
    } */
    /* .auth .left-block .content h2 {
        font-size: 80px;
    } */
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #005386 !important;
    background-color: #005386 !important;
}
.auth .fa-close {
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 20px;
    color: var(--nx-blue);
}
@keyframes animationgradienttitle {
    0% {
        background-position: 0 1600px;
    }
    100% {
        background-position: 1600px 0;
    }
}
.main-heading {
    background: -webkit-linear-gradient(
        left,
        rgba(230, 38, 38, 0.878) 50%,
        #52b6d5 10%,
        purple 90%
    );
    background-size: 1600px 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-duration: 3s;
    animation-name: animationgradienttitle;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
.form-control:focus {
    border-color: 1px solid #00538647 !important;
    outline: 0;
    box-shadow: none !important;
}
.terms-content {
    height: 360px;
    overflow-y: scroll;
}
.nx-logo {
    width: 140px;
    height: 30px;
    position: absolute;
    margin: 27px 70px;
}
.form-outline {
    position: relative;
}
.form-outline .form-control ~ .form-label {
    position: absolute;
    max-width: 90%;
    left: 16.5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transform-origin: 0 0;
    transition: all 0.2s ease-out;
    color: #666666;
    margin-bottom: 0;
    font-size: 15px;
    font-family: "Urbane Rounded Medium";
}
.login-form .form-outline .form-control ~ .form-label {
    color: var(--nx-blue);
}

.form-outline .form-control.active ~ .form-label,
.form-outline .form-control:focus ~ .form-label,
.form-outline.fill .form-label,
input[type]:-webkit-autofill ~ .form-label,
input[type]:-webkit-autofill:hover ~ .form-label,
input[type]:-webkit-autofill:focus ~ .form-label,
input[type]:-webkit-autofill:active ~ .form-label {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--nx-blue);
    font-size: 10px;
    font-family: "Urbane Rounded Medium";
    transform: translateY(-33px) translateY(3px) translateX(6px) scale(0.8);
    z-index: 3;
}
.form-outline .form-control:focus,
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    border: 2px solid var(--nx-blue) !important;
}
.form-outline input:not(:placeholder-shown) {
    border-color: hsl(0, 76%, 50%);
}
.verfication .verification-success {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 33%) inset;
}

.error-msg {
    font-family: "Urbane Rounded Medium";
    color: #dc3545 !important;
    font-size: 13px;
    margin-bottom: 10px;
}
.l-none {
    list-style: none;
}
.success-msg {
    color: var(--nx-blue);
    font-family: "Urbane Rounded Medium";
    font-size: 13px;
}
@media only screen and (max-width: 599px) {
    .auth .left-block .content{
        min-height:unset;
    }
    .auth .left-block .content h2{
        font-size: 60px;
        line-height: 70px;
    }
    .auth .left-block .content {
        display: table;
    }
}
.flash{
    font-family: 'Urbane Rounded Medium';
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.flash.flash-success{
    color: #52b6d5;
}