@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
a { text-decoration:none}
body{font-family: 'Roboto', sans-serif; overflow-x:hidden}img{max-width:100%;}.text-left p{ text-align:left}.text-center p{text-align:center}.section-signin{/* animation: animatedBackground 4500s linear infinite; */background:url(../images/background.jpg);background-position: 50%;background-size: 80%;}.section-signin .h1{font-size: 35px;}.section-signin .housePhoto img{height: 180px;margin: auto;padding: 5px;border-radius: 12px;width: 100%;}.section-signin .form-nevaunit{position:relative;}.section-signin .form-nevaunit>label{transform: scale(.85);font-size: 95%;opacity: .65;position: absolute;left: 4px;top: 6px;}.section-signin .form-nevaunit .select2-container .select2-selection--single{height: calc(3.8rem + 2px);border: 1px solid #ced4da;padding-top: 20px;background: transparent;padding-left: 4px;}.section-signin .form-nevaunit .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.section-signin .form-nevaunit .select2-container--default .select2-selection--single .select2-selection__rendered{color:#212529}.section-signin .action-back{color: #357ac9;}.section-signin .verify-opt-password .form-control{ padding-right:130px;}.section-signin .verify-opt-password .btn{    position: absolute;right: 6px;top: 0;bottom: 0;margin: auto;height: 40px;border-radius: 50px;line-height: 40px;padding: 0 30px;font-size: 13px;text-transform: uppercase;letter-spacing: 2px;}.section-signin .selected-house h6{opacity: .65;font-size: 95%;font-weight: 400;margin: 3px 0 5px;line-height: 1.25;}.section-signin .selected-house h2{margin: 0;font-size: 105%;line-height: 1.25;}.section-signin .form-control[type="password"]{font-size: 150%;letter-spacing: 3px;font-weight: 700; padding-right:48px;}.section-signin .form-control[readonly="readonly"]{cursor: default;}.section-signin .form-captcha-img{padding-right: 35px;position: relative;}.section-signin .form-captcha-img img{height: 55px;}.section-signin .form-captcha-img .btn-refresh{font-size: 25px;position: absolute;right: 5px;top: 0;bottom: 0;margin: auto;color: #7c7c7c;}.section-signin .signin-left{border-radius:1rem 0 0 1rem}.section-signin .signin-left .card,.section-signin .signin-left .card-footer{ border:none; background:transparent;}.section-signin .app-download{font-size: 12px;color: #444444; line-height:1.2}.section-signin .app-download .qr-code{width:80px}.section-signin .help-links ul{list-style:none; margin:0 -5px 0 0; padding:0}.section-signin .help-links ul li{display:inline-block;font-size: .80em;}.section-signin .help-links ul li a{color:#6c757d;    padding: 4px 8px; border-radius: 50px;}.section-signin .help-links ul li a:hover{background:#ebebeb; }.section-signin .help-links ul li:not(:last-child):after{content:'•';margin: 0 1px 0 3px;position: relative;top: 1px;opacity: 0.3;}.section-signin .visible-password{position: absolute;right: 1px;top: 1px;bottom: 1px;z-index: 12;font-size: 21px;width: 45px;text-align: center;color: #5d5f62;text-decoration: none;background: rgb(0 0 0 / 2%);padding-top: 14px;}.field-validation-error {color:#ff0000}#CurrentSessionDiv .modal-dialog{    max-width: 640px;}#CurrentSessionDiv .modal-body p{font-size: 18px;line-height: 1.6;color: #000;}#loader-wrapper {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0, 0, 0, 0.44);background-image: url('../images/emblem.png');background-repeat: no-repeat;background-position: center;z-index:100000 !important;}#loader {display: block;position: relative;left: 50%;top: 50%;width: 170px;height: 170px;margin: -75px 0 0 -75px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;  } #loader:before {content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; }#loader:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; }@-webkit-keyframes spin { 0%   {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg); transform: rotate(0deg); }100% {-webkit-transform: rotate(360deg);  -ms-transform: rotate(360deg); transform: rotate(360deg);}}@keyframes spin {0%   {-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg); transform: rotate(360deg); }}@keyframes animatedBackground {  from {background-position: 0 0}  to {background-position: -10000px -10000px}}@media(max-width:992px){.section-signin .container{ max-width:100%;}}@media(max-width:767px){.section-signin .signin-left{border-radius:1rem 1rem 0 0}.section-signin .h1{font-size:20px; margin:0!important}.btn{font-size: 14px;}.section-signin .help-links ul li a {padding-left:2px; padding-right:2px;}.section-signin .help-links ul li:not(:last-child):after {margin:0}}