body {
    font: normal normal normal 14px "Source Sans Pro", sans-serif
}

.container {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 185px;
    border-radius: 5px;
}

.center {
    background: #fff;
    padding: 50px 0;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.center-block {
    background: #fff;
    padding: 50px 0;
    border-radius: 5px
}

.row {
    padding-top: 14px;
}

input[type="text"], input[type="password"] {
    height: 34px;
    border-radius: 4px;
    width: 97%;
    padding: 3px 3px 3px 10px;
    font-weight: normal;
    border: solid 1px #e0e0e0;
    -webkit-appearance: none !important;
    outline-offset: 0;
    display: block;
}

input:focus {
    outline-offset: 0;
    outline-color: #fc0
}

input[type="submit"], input[type="button"], button {
    border-radius: 4px;
    height: 44px;
    background-color: #fc0;
    color: #222;
    outline: none;
    -webkit-appearance: none;
    font-weight: bold;
    border: 1px solid #ffc707;
    cursor: pointer;
    text-align: center;
    min-height: 28px;
    min-width: 28px;
}

.login-input-container {
    border-radius: 5px;
    border-color: #e0e0e0;
    padding-top: 45px;
}

.left {
    text-align: left
}

.checkbox {
    min-height: 21px;
    padding-left: 20px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    width: 250px;
    margin: 3px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.checkbox em {
    border: 1px solid #ccc;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin-right: 5px;
    text-align: center
}

.checkbox-input:checked + em {
    background: #fc0 url("../images/checked.png") no-repeat center
}

.checkbox input {
    opacity: 0;
    position: absolute;
    margin-left: 0
}

.gray-link {
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    color: #3d277f;
    cursor: pointer;
}

a:hover.gray-link {
    font-weight: bold
}
