.static-login-wrapper {
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d3d5d9;
    max-width: 430px;
    position: relative;
    text-align: center;
    margin: 5% auto!important;
    float: none;
    padding: 40px !important;
}

.static-login-wrapper .static_login_button_wrapper .btn {
    padding: 0.7rem 1rem;
    line-height: 1.5;
    text-transform: none;
    box-shadow: none !important;
}

.static-login-wrapper .form-control, 
.static-login-wrapper .form-control.rounded, 
.static-login-wrapper input[type=text], 
.static-login-wrapper input[type=password], 
.static-login-wrapper textarea {
    border: 1px solid #ddd;
}