﻿.background {
    background-image: url('/media/Curasoft_background_2.jpg');
    height: 100%;
    width: 100%;
}

.vertical-content-outer {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-content-inner {
    display: table-cell;
    vertical-align: middle;
}

    .vertical-content-inner .form {
        background-color: rgba(105, 154, 58, 0.5);
        padding: 60px 0;
        display: table;
    }

        .vertical-content-inner .form .form-item {
            display: table-cell;
            width: 30%;
            padding: 0 60px;
        }

/* prefixed classes for moved inline styles (cs-*) */
.cs-logo-img {
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

.cs-mb-10 { margin-bottom: 10px; }

.cs-btn-reset {
    width: 100%;
    font-weight: 600;
    background-color: #02a1c1;
    display: block;
    border: none;
    height: 44px;
}

.cs-validator-error { color: #f00; }

.cs-msg-left-zero { margin-left: 0 !important; }
