﻿html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #e0e0e0;
    margin-bottom: 60px;
}

.sb-login-container [class*="fa-"]:before {
    color: #666;
}

.sb-customer-company {
    margin-top: 20px;
    margin-left: 20px;
}

    .sb-customer-company label {
        color: #888;
        font-size: 16px;
    }

.sb-login-container {
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sb-login-frame {
    width: 400px;
    margin: 0 auto;
    padding: 50px;
    background-color: #eee;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

    .sb-login-frame .input-group {
        margin-bottom: 10px;
    }

    .sb-login-frame .form-control {
        padding: 6px;
    }

    .sb-login-frame input:required {
        background-color: #fff;
    }

.sb-login-container img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.sb-login-frame h2 {
    color: #888;
    font-size: 16px;
    margin-bottom: 10px;
}

.sb-login-frame button[type="submit"] {
    margin-top: 12px;
    margin-bottom: 10px;
}

.sb-login-frame.sb-login-view .form-control {
    min-height: 47px;
}

.sb-login,
.sb-login[disabled=disabled]:hover {
    padding: 0 .9em;
}

.sb-right-link {
    float: right;
    line-height: 34px;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 0 .9em;
}

.sb-select-company {
    width: 100%;
    padding: .33em;
    height: auto;
}

.sb-footer {
    width: 100%;
    height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: url('../../../Images/comodo_secure_76x26_transp.png') no-repeat;
    min-width: 980px;
}