﻿body{height:auto;min-height:initial;}body .public_content{position:absolute;top:167px;left:0;width:100%;height:354px;}body header{background:rgba(255,255,255,.9);}body header .dbh_headerLogo{left:30px;}body main{width:500px;max-width:95%;margin:160px auto auto auto;position:relative;height:auto;min-height:initial;box-sizing:border-box;padding:10px;}@media(min-width:1024px){body main{padding:40px;}}body main form{height:100%;width:100%;}body main form .dbhLogin{height:clamp(200px,284px,auto);background-color:rgba(255,255,255,.9);padding:20px;box-sizing:border-box;}body main form .dbhLogin h1{margin:0;font-size:1.5rem;margin-bottom:20px;}body main form .dbhLogin span{font-size:1rem;font-weight:500;}body main form .dbhLogin div.login-section{margin-top:30px;}body main form .dbhLogin div.login-form-row{margin-top:10px;display:flex;flex-direction:column;width:100%;}body main form .dbhLogin div.login-form-row label{color:#91969b;margin-top:10px;margin-bottom:2px;font-size:1rem;}body main form .dbhLogin div.login-form-row input{height:40px;width:100%;}body main form .dbhLogin2FA h1{margin:20px auto;text-align:center;}body main form .dbhLogin2FA .dbhInfoPanel{background:rgba(255,255,255,.7);margin:auto;padding:20px;margin-bottom:20px;}body main form .dbhLogin2FA .dbhValidationPanel{background:rgba(255,255,255,.7);margin:auto;padding:20px;}body main form .dbhLogin2FA .dbhValidationPanel span{margin-top:10px;display:block;}body main form .dbhLogin2FA .dbhCodePanel{display:flex;flex-direction:row;}body main form .dbhLogin2FA .dbhCodePanel .txtCode{width:25%;margin-right:10px;display:block;font-size:64px;line-height:130px;height:130px;text-align:center;}body main form .dbhLogin2FA .dbhCodePanel .txtCode:last-child{margin:0;}body main form .dbhLogin2FA .dbhCodePanel.error .txtCode{animation:wiggle .5s linear;}body main form .btnRow{padding:15px;background-color:#555a5f;min-height:70px;flex-wrap:wrap;}body main form .btnRow button{height:40px;display:inline-block!important;}body main form .btnRow a{display:inline-block!important;box-sizing:border-box;height:40px;text-decoration:none;line-height:28px;}@media only screen and (max-width:1024px){body{height:auto;min-height:inherit;}body .public_content{position:relative;top:0;width:100%;height:auto;}body header{border-bottom:solid 1px #000;z-index:2;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}body #background{position:unset;background:#fff;height:auto;z-index:1;}body #background #contentBox{position:unset;top:0;left:0;margin-top:70px;width:auto;}body #background #contentBox img{display:none;}body #background #contentBox form{position:unset;padding-bottom:80px;}body #background #contentBox form .dbhLogin div{width:auto;}}@keyframes wiggle{0%{transform:rotate(0deg);}20%{transform:rotate(-3deg);}40%{transform:rotate(3deg);}60%{transform:rotate(-3deg);}80%{transform:rotate(3deg);}100%{transform:rotate(0deg);}}