.login{position:absolute;width:100%;height:100%;background:#000}
.login-bg{position:absolute;width:100%;height:100%; background-image: url("../img/background.jpg"); background-size: 100% 100%}
.login-form{background: rgb(0 0 0 / 31%);max-width: 600px;position: absolute;top: 0;right: 0;bottom: 0;padding: 25px;width: 100%;left: 0;margin: auto;height: fit-content}
.login-row{margin-bottom:15px}
.login-foot{margin-top:15px}
.login-input{background: #e8f0fe;font-size:13px; font-weight:bold;width:100%;text-indent: 12px;height: 40px;border-radius: 3px;border: 1px solid #839599;color:#000}
.login-input::placeholder{color:#000;}
.login-btn{border:0;padding:0 10px;display:block;color: #fff;background:#000a40; border-radius: 3px;transition: all .15s linear;width: 100%;height: 35px;}
.login-btn:hover {background: #0c6cc7}
.login-btn:focus {background: #56c2e1;box-shadow: inset 0 1px 6px rgba(255, 255, 255, 0.75)}
.login .errorMessage{text-align: center;padding:5px;color:red}
.head-logo{ margin:0 auto 40px auto; display: block;background: url(../img/logo.webp) no-repeat left center;width: 250px;height: 60px;vertical-align: middle;background-size: 100%;}