﻿.loginInput {
    display: block !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.428571429 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.logo {
    margin-left:auto !important;
    margin-right: auto !important;
}

a {
    color:#1e8fc6;
}

.loginInput::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
}
.loginInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555;
}
.loginInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555;
}
.loginInput:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #555;
}

.alert {
    margin-bottom: 10px !important;
    margin-top: 5px;
    padding: 5px !important;
}

.remember {
    margin-top: 5px !important;
    position: relative;
    padding-left: 22px;
}

#loginLabel, #completeLabel {
    font-weight: bold;
    margin-top: 20px;
}

#loginBtn:focus {
    background-color: #1c89be !important;
}

#btnGoToLogin {
    margin-left: 0 !important;
}

.parsley-errors-list {
    clear: both;
}

.disclaimer {
    color: #666666;
    font-size: 12px;
}