/************************************************************
 *    Author    : Wim Selles
 *                wswebcreation.nl
 *-----------------------------------------------------------
 *    Version   : 3.00
 *    Date      : 2013-12-26
 *    History   : Initial version:
 *                - made responsive i.c.w. bootstrap
 *-----------------------------------------------------------
 ************************************************************/


/* @IMPORT FONTS */
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);


/* @IMPORT ICONS */
@import url("icons.css");


/* GLOBAL */
html {
    height: 100%;
}

@media (min-width: 979px) {
    body {
        padding-top: 80px;
    }
}

input {
    width: 200px;
}

input[type="text"], input[type="password"] {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 4px 6px;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.blue {
    color: #428BCA;
}

input, .input-group-addon,  .btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}


/* FONTS USAGE */
body, legend, label, input {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.login-form legend {
    font-size: 36px;
    color: #333333;
    -webkit-font-smoothing: subpixel-antialiased;
}

.login-form label {
    color: #333333;
    font-weight: 300;
}


/* LOGIN */
#login-wrapper {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    border: 1px solid #EEEEEE;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -200px;
    margin-left: -235px;
    padding: 25px;
    width: 420px;
    background: white;
    text-align: center;
}

@media (max-width: 980px) {
    /* tablet */
    #login-wrapper {
        position: relative;
        top: 0;
        margin-top: 25px;
    }
}

@media (max-width: 495px) {
    /* phone */
    #login-wrapper {
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        left: 0;
    }
}

.login-form legend {
    margin-top: 5px;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.login-form .body {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.login-form .body label {
    display: block;
}

.login-form .footer {
    margin-top: 20px;
}

.login-form .footer .checkbox.inline {
    display: inline;
}

.login-form .footer .checkbox.inline input[type="checkbox"] {
    float: none;
    margin-top: -4px;
}

.login-form .footer .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 7px 25px;
    background-image: none;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    margin-bottom: 15px;
}

.input-group .form-control {
    padding-left: 10px !important;
}

.input-group-addon i{
    display: inline-block;
    height: 16px;
    width: 16px;
}

#error-messages {
    margin-bottom: 20px;
}

#login-error, #login-time-error {
    display: none;
}