﻿@font-face {
    font-family: 'Montserrat';
    src: url('/content/fonts/montserrat/montserrat-regular.ttf') format('truetype'), 
        url('/content/fonts/montserrat/montserrat-light.ttf') format('truetype'), 
        url('/content/fonts/montserrat/montserrat-lightitalic.ttf') format('truetype'), 
        url('/content/fonts/montserrat/montserrat-medium.ttf') format('truetype'), 
        url('/content/fonts/montserrat/montserrat-mediumitalic.ttf') format('truetype'), 
        url('/content/fonts/montserrat/montserrat-semibold.ttf') format('truetype'), 
        url('/content/fonts/montserrat/montserrat-semibolditalic.ttf') format('truetype'), 
        url('/content/fonts/montserrat/montserrat-thin.ttf') format('truetype'), 
        url('/content/fonts/montserrat/montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    src: url('/content/fonts/inter/inter-regular.ttf') format('truetype'), url('/content/fonts/inter/inter-thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-thin';
    src: url('/content/fonts/inter/inter-thin.ttf') format('truetype');
}

html {
    overflow: auto;
}
    /* custom Scroll */
    html::-webkit-scrollbar-track {
        background-color: white;
    }

    html::-webkit-scrollbar {
        width: 2px;
        height: 6px;
        /* background-color: #3a3633;*/
    }

    html::-webkit-scrollbar-thumb {
        /*background-color: rgba(225,225,225,0.3);*/
        background-color: #000;
        border-radius: 3px;
    }


body {
    position: relative;
    z-index: 1;
    line-height: normal;
    font-family: 'Inter';
    font-style: normal;
    font-size: 11pt;
}

a {
    text-decoration: none;
   /* color: var(--bs-body-color);*/
    color: #223a93;
}

.row {
    margin-top: unset;
    margin-right: unset;
    margin-left: unset;
}

#d-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10002;
    top: 0;
    background: rgba(0,0,0, .5);
}

#mmsLoading {
    position: fixed;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    z-index: 10004;
}

#mmsLoading img{
    filter: brightness(0.7) invert(1.2);
    -webkit-filter: brightness(0.7) invert(1.2);
}
    .d-Mobile main {
    margin: 0;
}

main {
    margin: 50px;
}
/*#login-form{
    padding: 5px 20px;
}
*/
.cl-language {
    text-align: right;
    padding: 20px 20px;
}

.d-Mobile .cl-fLogin {
    min-height: Calc(100vh - 20px);
    margin: 10px 0;
}

.d-Mobile .cl-info {    
    margin: 10px 10px;
    min-height: calc(100% - 20px);    
    /*display: inline-flex;*/
}

.cl-fLogin {
    min-height: Calc(100vh - 140px);
    /*background: #eef0ef;*/
    margin: 20px 0;
}

.cl-info {
    /*min-height: Calc(100vh - 140px);*/
    background: url(/content/img/ntnc/ntnc_mms_login_background.svg) #25b6d726;
    margin: 20px 10px;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100% - 40px);
    margin: 20px 10px;
    /*display: inline-flex;*/
}

.frow{
    padding:10px 20px;
}

.login_welcome_sec h3 {
    color: #223a93;
    text-transform: uppercase;
    font-weight: bold;
}
.login_welcome_sec p {
    color: #25b6d7;
}
.cl-btn-login {
    margin: 20px 0;
    width: 100%;
    padding: 10px 0;
    border-radius: 15px;
    background-color: #223a93;
    color: #fff;
    border: 0.5px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.17rem;
}

.textInfo {
    padding: 20px 10px;
}
    .textInfo img {
    max-width: 80%;
    max-height: 80%;
}

    .textInfo .cl-text {
        color: #25b6d7;
    }
    /*-- Form Input --*/
    .form-outline {
    position: relative;
    padding: 1rem 0.3rem;
}

    .form-outline i {
        position: absolute;
        top: 50%;
        right: 10px;
        cursor: pointer;
        color: #223a93;
    }

    .form-outline .input-control {
        min-height: auto;
        padding: 2rem 0px 0px 0.5rem;
        background: transparent;
        transition: all .2s linear;
        margin-top: 0.1rem;
        vertical-align: text-bottom;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        width: -webkit-fill-available;
        border-bottom: 1px solid #9E9E9E;
    }

.input-control:focus {
    outline: none;
}

.form-outline .input-control ~ .form-label, .form-outline .input-control-icon ~ .form-label {
    position: absolute;
    top: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 3px;
    padding-top: 2rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    /*color: rgba(0,0,0,.6);*/
    margin-bottom: 0;
}

.form-label {
    font-family: 'Inter';
    font-style: normal;
    /* font-weight: bold; */
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.07rem;
    color: #223a93;
    margin-bottom: 0.5rem;
}

.form-outline .input-control.active ~ .form-label, .form-outline .input-control:focus ~ .form-label,
.form-outline .input-control-icon.active ~ .form-label, .form-outline .input-control-icon:focus ~ .form-label {
    transform: translateY(-0.8rem) translateY(0.1rem) scale(.8);
}

.form-outline input:not(:placeholder-shown) ~ .form-label,
/*.form-outline select[value=""] ~ .form-label,*/
.form-outline textarea:not(:placeholder-shown) ~ .form-label {
    transform: translateY(-0.8rem) translateY(0.1rem) scale(.8);
    /*color: rgba(0,0,0,.4);*/
}

.state-error input, .state-success input {
    background: unset !important;
    border-color: unset !important;
}

INPUT:not(:-webkit-autofill), SELECT:not(:-webkit-autofill), TEXTAREA:not(:-webkit-autofill) {
    animation-name: onautofillcancel;
}


/* Change background color when autofill data froms google, face, browser*/
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}


.fade.in {
    opacity: 1;
}
.alert {
   /* position: absolute;*/
    width: 100%;
    z-index: 1;
}

.invalid {
    color: red;
}

label.error {
    text-align: left;
    display: block;
    color: red;
}

#alertwarningid {
    margin:0;
    padding:5px 10px;
    text-align:left;
}

#btnalertwarningid{
    display:none;
}

.clError{
    position:relative;
    display:block;
}