*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: #1c2b33;
}

a {
    font-size: 14px;
    color: #626262;
    font-weight: 400;   
}

.container {
    height: 100%;
    width: 100%;
    background: url(/assets/images/bg-login.jpg);
    background-size: cover;
    background-position: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /* background: url(/assets/images/bg-login.jpg); */
    background: #E4F5FD;
    background: linear-gradient(180deg, rgba(228, 245, 253, 1) 0%, rgba(229, 243, 251, 1) 0%, rgba(229, 243, 251, 1) 63%, rgba(186, 232, 248, 1) 100%);    
    background-size: cover;
    background-position: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 20px;

}

.wbloks {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    pointer-events: auto;
    position: relative;
    min-height: 0px;
    min-width: 0px;
}

.userpass-row {
    position: relative;
    height: 50px;
    /* border-bottom: 1px solid rgba(255, 255, 222, 0.2); */
    border: 1px solid rgb(151 151 151 / 20%);
    margin-bottom: 10px;
    border-radius: 12px;
    align-items: center;
    flex-direction: row;

}

.password-icon,
.user-icon {
    margin: 5px;
    font-size: 15pt;
    padding: 10px 5px;
}

.language-icon {
    padding-right: 7px;
}

.language-icon i.fa {
    color: #6e6e6e;
}

.language-row {
    /* display: flex;
    align-items: center;
    justify-content: center; */

    pointer-events: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    justify-content: center;

}

.language-row select {
    /* width: 150px; */
    /* padding: 5px 40px 5px 10px; */
    font-size: 14px;
    color: #1c2b33;
    border: 1px solid rgba(255, 255, 222, 0.2);
    border-radius: 5px;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    /* background: url(/assets/images/language.png) 96% / 15% no-repeat transparent; */

}

/* CAUTION: IE hackery ahead */
.language-row select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
}

.savepwd-row {
    position: relative;
    margin: 5px 0px 0px 0px;
    text-align: right;
    width: 100%;
    display: inline-block;
    right: 0;
}

.forgetpwd-row {
    position: relative;
    margin: 10px 0px;
}

input[type="text"],
input[type="password"] {
    /* position: absolute; */
    margin: 5px 0;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    color: #1c2b33;
    width: 100%;
}

.password input[type="password"] {
    padding-right: 30px;
}

.showpass,
#password2 .showpass {
    right: 15px;
    position: absolute;
    top: 12px;
    cursor: pointer;
}

input[type="text"],
input[type="password"] {
    /* position: absolute; */
    margin: 5px 0;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    color: #1c2b33;
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
    background: none;
    background: transparent !important;
    background-color: transparent !important;
}

input::-webkit-input-placeholder {
    color: #1c2b33;
    font-weight: 300;
    font-size: 13px;
}

input::-moz-placeholder {
    color: #1c2b33;
    font-weight: 300;
    font-size: 13px;
}

input::placeholder {
    color: #1c2b33;
    opacity: 1;
    /* Firefox */
    font-weight: 300;
    font-size: 13px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1c2b33;
    font-weight: 300;
    font-size: 13px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1c2b33;
    font-weight: 300;
    font-size: 13px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;

}

input:-webkit-autofill {
    background-color: transparent !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.call-to-action {
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.button {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0;
    font-weight: 300;
    color: #fff;
    background: #1498fd;
    border: none;
    transition: background-color 0.1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
}

.button:active {
    outline: none;
    /* background-color: #1c2b33; */
}

.button:focus {
    outline: none;
}

.btnLogin {
    font-family: sans-serif;
    font-size: 100%;
    margin: 0;
    display: block;
}

.title {
    font-weight: 200;
    font-size: 20pt;
    text-align: center;
    margin: 0;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/* Check box */

/* The container */
.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*    font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked~.checkmark {
    background-color: #1498fd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.field-icon {
    float: right;
    margin-right: 12px;
    margin-top: 3px;
    position: absolute;
    z-index: 2;
    font-size: 14pt;
    color: #d0d0d0;
    right: 0px;
}


#ajaxloading {
    background-color: white;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
}

#ajaxloading img {
    margin: auto;
    display: block;
    top: calc(50% - 100px);
    left: calc(50% - 30px);
    position: absolute;
    z-index: 999999;
}

.logo {
    /* text-align:center;  */
    /* padding: 90px 10px 5px 10px; */
    pointer-events: none;
    margin-top: 0px;
    /* margin-bottom: 20px; */
    flex-grow: 1;
    flex-shrink: 100;
    align-items: center;
    justify-content: center;
}

.logo img {
    height: 80px;
}

i.fa {
    color: #1c2b33;
    font-size: 16px;
}

.login-form {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.footer-section {
    flex-grow: 1;
    flex-shrink: 1e+06;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: flex-end;
}

.btnRegister {
    margin: 0;
    display: block;
    color: #1c2b33;
    text-align: center;
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgb(0, 100, 224);
    border-radius: 22px;
    color: rgb(0, 100, 224);
    font-weight: 400;
    white-space: pre-wrap;
    overflow-wrap: break-word;

}

.nav-bottom {
    margin-top: 15px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    position: relative;
    min-height: 0px;
    min-width: 0px;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;

}

.nav-bottom div {

    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    position: relative;
    min-height: 0px;
    min-width: 0px;

}

.login-meta-data a {
    /* color: rgb(99, 120, 138); */
    display: inline;
    font-size: 12px;
    /* white-space: pre-wrap; */
    overflow-wrap: break-word;
    padding: 0px 10px;
    text-decoration: none;
}


#popLanguage {
    display: none;
    border: 1px solid black;
    border-radius: 4px;
    width: 200px;
    min-height: 100px;
}

#popLanguage>p {
    display: inline-block;
    margin: 5px;
}

button,
input,
optgroup,
select,
textarea {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  
};

