html {
    height: 100%;
}

body {
    height: auto;
}

#cont h2 {
    font-size: 46px;
    color: #FFF;
    margin: 5% 0 0 4%;
}

#cont {
    position: fixed;
    left: 0;
    right: 0;
    top: calc(50% - 225px);
    height: 450px;
    background: url("../img/bg372.png") center no-repeat;
    background-size: 100% 100%;
}

.box {
    border-radius: 3px;
    padding: 40px 40px 30px 40px;
    background-color: #ffffff;
    position: fixed;
    right: 10%;
    top: calc(50% - 199px);
    box-shadow: 0 0 30px 0 rgba(171, 171, 171, 0.46);
}

.box h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 0;
    margin-bottom: 20px;
}

.pwd-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px
}

.remember {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.remember input, .remember label {
    margin: 0;
    font-weight: normal;
    font-size: 13px;
}

.remember input {
    margin-top: 1px;
}

.box input:not([type=checkbox]), .box button {
    width: 300px;
}

.form-group {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 22px;
}

.form-group input.form-control {
    display: inline-block;
    vertical-align: middle;
}

label.error {
    width: auto;
    font-weight: normal;
    color: red;
    position: absolute;
    left: 80px;
    top: 100%;
}

#code-div,
.code {
    display: none;
}

.code .btn.captcha {
    width: 100px;
    vertical-align: middle;
}

.code input.form-control:not([type=checkbox]) {
    width: 180px;
    margin-right: 20px;
}