body {
    font: 16px "Open Sans", Arial, Helvetica, Sans-Serif;
}

.smart-form {
    z-index: 1000;
}

.smart-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-align: left;
}

#login #header {
    background: #764F92 !important;
}

#content {
    padding: 0;
}

#login #header {
    margin: 0;
    height: 63px;
}

.custom-form {
    float: left;
    margin-top: 55%;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    height: 40px;
    font: 15px/16px 'Open Sans', Helvetica, Arial, sans-serif;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    position: absolute;
    top: 10px;
    width: 26px;
    height: 23px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.logo-left {
    z-index: 100;
    position: absolute;
}

.logo-left img {
    margin-top: 100px;
    width: 400px;
}

@media (min-width: 577px) {
    .custom-form {
        margin-left: 30%;
        width: 40%;
        float: left;
        margin-top: 15%;
    }
    #logo img {
        width: 100% !important;
    }
}
