.logo-accountconnect {
    width: 100% !important;
    position: relative;
    top: 50%;
}

.header .logo-accountconnect img {
    max-height: 45px;
    margin-top: -22.5px;
}

header {
    height: 20% !important;
}

.header {
    height: 20% !important;
    border: 1px solid #d1d1d1;
    border-top-style: none;
}

.main {
    overflow: hidden;
    top: 25% !important;
    height: 70%;
    height: calc(70% - 40px);
    padding: 0 !important;
    position: relative;
}

.main > .row {
    margin-top: -13px;
}

.main .content {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    background: #fff;
}

.main .content .login {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.form-box {
    position: relative;
}

.form-row {
    margin-bottom: 20px;
    text-align: right;
    line-height: 3em;
    vertical-align: middle;
}

.form-row label {
    color: #007ACC;
    font-size: 93.75%;
    display: inline-block;
    text-align: right;
}

.form-row .input {
    color: #333333;
    width: 100%;
    max-width: 100%;
    font-size: 81.25%;
    padding: 7px;
    display: inline-block;
    background-color: #fbfbfb;
    border: 1px solid #d1d1d1;
    -webkit-appearance: none;
    border-radius: 0;
}

.form-row .button {
    padding: 15px;
    padding-right: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: none;
    background: #007ACC url('/images/icons/button-arrow-right.svg') no-repeat;
    background-size: 18px 14px;
    background-position: right center;
    float: left;
}

.button-anchor {
    display: block;
    padding: 0px 30px 0px 15px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    border: none;
    background: #007ACC url('/images/icons/button-arrow-right.svg') no-repeat;
    background-size: 18px 14px;
    background-position: right center;
    font-size: 81.25%;
    float: left;
}
