.signin-at-top > div:first-child {
    margin-top: -10px;
}
.modalBox .signin-at-top > div:first-child {
    margin-top: 10px;
}
.signin-at-top > div:last-child {
    margin-bottom: 25px;
}

.signin-at-top .fs-signInBlock,
.signin-at-top .fs-signUpResponse {
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f2f2f2;
}

.signin-at-top .fs-signInBlock {
    padding-left: 20px;
    padding-right: 20px;
}
.signin-at-top .fs-signInBlock > div:first-child {
    margin-top: 23px;
}
.signin-at-top .fs-signInBlock .fs-text-divider {
    background-color: #e2e2e2;
}
.signin-at-top .fs-signInBlock .js-btn-row .btn {
    margin-bottom: 20px;
}

.signin-at-top .fs-signUpResponse {
    padding-bottom: 0;
}
.signin-at-top .fs-signUpResponse > div:last-child {
    margin-bottom: 20px;
}
