/*@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }*/
  /* latin */
  /*@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }*/
  
.card-login {
    position: relative;
    /* height: 485px; */
    width: 395px;
    padding-bottom: 32px;
    /* left: 360px; */
    background: #FFFFFF;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.Quicksand-font {
    font-family: Quicksand !important;
    font-style: normal;
    font-weight: normal;
}

.Lato-font {
    font-family: 'Lato', sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

.Roboto-font {
    font-family: Roboto !important;
    font-style: normal;
    font-weight: normal;
}

.title-login {
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
    text-align: left;
}

.user-login {
    font-size: 25px;
    line-height: 31px;
    display: inline-block;
    text-transform: lowercase;
}

.title-textbox-text {
    color: #737373;
    font-size: 16px;
    line-height: 20px;
}

.textbox-login {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 285px;
}

.textbox-login:focus {
    border: 1px solid #0362DD;
    box-shadow: 0 0 0 0;
}

.textbox-login-error {
    border: 1px solid #F03D3E !important;
    background-image: url('/images/icon-error.png') !important;
    background-size: 21px 21px !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
}

.placeholder-textbox-text {
    font-size: 14px;
    line-height: 17px;
    color: #575757;
    padding-left: 24px;
}

.msge-error-login {
    font-size: 14px;
    line-height: 17px;
    color: #F03D3E;
    text-align: left;
}

.opacity-0 {
    opacity: 0;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.opacity-1 {
    opacity: 1;
}

.hidden-element {
    visibility: hidden;
}

.show-element {
    visibility: visible;
}

.hide-element {
    display: none !important;
}

.display-element {
    display: inline;
}

.eye-button {
    float: right;
    margin-right: 16px;
    margin-top: -38px;
    border: 0;
    background-color: Transparent;
    z-index: 0;
    position: relative;
}

.eye-button:hover {
    cursor: pointer;
}

.eye-button:focus {
    outline: 0;
}

.icon-error {
    display: inline-block;
    position: absolute;
    top: 195px;
    right: 45px;
    border: 0;
}

.button-login {
    background: #0362DD;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    border: 0px;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    -webkit-appearance: none !important;
}

.button-login:disabled {
    background: #8EB9F0;
    pointer-events: none;
    color: #575757;
}

.button-login:focus {
    outline: 0;
}

.button-login:hover {
    background: #1A4278;
}

.button-create {
    background: #0E870C;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    border: 0px;
    font-size: 13px;
    line-height: 16px;
}

.button-create:focus {
    outline: 0;
}

.button-create:hover {
    background: #016711;
}

.position-link-login {
    margin-top: 10px;
    text-align: center;
}

.link-login {
    font-size: 14px;
    line-height: 17px;
    color: #0362DD;
    text-decoration: underline;
}

.link-login:hover {
    /* font-weight: bold; */
    color: #1A4278;
}

.line-login {
    padding-top: 5px;
    width: 100%;
    height: 0;
}

.checkbox-login {
    padding-top: 8px;
    color: #575757;
    font-size: 14px;
    line-height: 17px;
    order: 1;
    flex-grow: 0;
    margin: 0px 12px;
}

.checkbox-login-square {
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 4px;
}

.a-blue{
    color: #66D1FF !important;
}

.a-blue:hover{
    color: #C5DCFA !important;
    text-decoration: underline !important;
}

.a-lightblue{
    color: #3685DC !important;
}

.a-lightblue:hover{
    color: #0362DD !important;
    text-decoration: underline;
}