﻿body {
    color: #a7a599;
}


/* === Form === */
.form {
    width: 100%;
}

    .form .field {
        position: relative;
        margin: 0 30px;
    }

        .form .field i {
            font-size: 14px;
            left: 0px;
            top: 0px;
            position: absolute;
            height: 44px;
            width: 44px;
            color: #f7f3eb;
            background: #676056;
            text-align: center;
            line-height: 44px;
            transition: all 0.3s ease-out;
            pointer-events: none;
        }

/* === Login === */
.cf-login {
    width: 100%;    
    height: 300px;
    background: silver;
    border-radius: 3px;
    margin-top: 50px;
}


    .cf-login h1 {
        line-height: 55px;
        font-size: 15px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        background: #ad0008;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .cf-login p:first-child {
        margin-top: 30px;
    }


    .cf-login p.submit {
        text-align: center;
    }

/* === Input Form === */
::-webkit-input-placeholder {
    color: #ded9cf;
    font-family: 'Open Sans';
}

:-moz-placeholder {
    color: #ded9cf !important;
    font-family: 'Open Sans';
}

.form input[type=text],
.form input[type=password] {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px 10px 55px;
    position: relative;
    width: 100%;
    max-width:initial;
    height: 44px;
    color: #676056;
    border: none;
    background: #f7f3eb;
    color: #777;
}

.form input[type=text] {
    margin-bottom: 15px;
}

    .form input[type=text]:hover ~ i,
    .form input[type=password]:hover ~ i {
        color: #ded9cf;
    }

    .form input[type=text]:focus ~ i,
    .form input[type=password]:focus ~ i {
        color: #1b9dd9;
    }

    .form input[type=text]:focus,
    .form input[type=password]:focus,
    .form button[type=submit]:focus {
        outline: none;
    }

.form input[type=submit] {
    margin-top: 15px;
    width: 100%;
    max-width:100px;
    text-align: center;
    font-size: 14px;
    border-radius:4px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    padding: 12px 0;
    letter-spacing: 0;
    -webkit-box-shadow: inset 0px 0px 0px 0px #e31e27;
    -moz-box-shadow: inset 0px 0px 0px 0px #e31e27;
    box-shadow: inset 0px 0px 0px 0px #e31e27;
    color: #fff;
    background-color: #ad0008;
    text-shadow: none;    
    border: none;
    cursor: pointer;
    position: relative;
    -webkit-animation: shadowFadeOut 0.4s;
    -moz-animation: shadowFadeOut 0.4s;
}

    .form input[type=submit]:hover, input[type=submit]:focus {
        background-color: #560004;
        -webkit-transition: background-color 1500ms linear;
        -ms-transition: background-color 1500ms linear;
        transition: background-color 1500ms linear;
    }

@keyframes shadowFade {
    0% {
        -webkit-box-shadow: inset 0px 0px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 0px 0px 0px #e31e27;
        box-shadow: inset 0px 0px 0px 0px #e31e27;
        color: #fff;
    }

    100% {
        -webkit-box-shadow: inset 0px 46px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 46px 0px 0px #e31e27;
        box-shadow: inset 0px 46px 0px 0px #e31e27;
        color: #fff;
    }
}

@keyframes shadowFadeOut {
    0% {
        -webkit-box-shadow: inset 0px 46px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 46px 0px 0px #e31e27;
        box-shadow: inset 0px 46px 0px 0px #e31e27;
        color: #fff;
    }

    100% {
        -webkit-box-shadow: inset 0px 0px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 0px 0px 0px #e31e27;
        box-shadow: inset 0px 0px 0px 0px #e31e27;
        color: #fff;
    }
}

@-webkit-keyframes shadowFade {
    0% {
        -webkit-box-shadow: inset 0px 0px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 0px 0px 0px #e31e27;
        box-shadow: inset 0px 0px 0px 0px #e31e27;
        color: #fff;
    }

    100% {
        -webkit-box-shadow: inset 0px 46px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 46px 0px 0px #e31e27;
        box-shadow: inset 0px 46px 0px 0px #e31e27;
        color: #fff;
    }
}

@-webkit-keyframes shadowFadeOut {
    0% {
        -webkit-box-shadow: inset 0px 46px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 46px 0px 0px #e31e27;
        box-shadow: inset 0px 46px 0px 0px #e31e27;
        color: #fff;
    }

    100% {
        -webkit-box-shadow: inset 0px 0px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 0px 0px 0px #e31e27;
        box-shadow: inset 0px 0px 0px 0px #e31e27;
        color: #fff;
    }
}

@-moz-keyframes shadowFade {
    0% {
        -webkit-box-shadow: inset 0px 0px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 0px 0px 0px #e31e27;
        box-shadow: inset 0px 0px 0px 0px #e31e27;
        color: #fff;
    }

    100% {
        -webkit-box-shadow: inset 0px 46px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 46px 0px 0px #e31e27;
        box-shadow: inset 0px 46px 0px 0px #e31e27;
        color: #fff;
    }
}

@-moz-keyframes shadowFadeOut {
    0% {
        -webkit-box-shadow: inset 0px 44px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 44px 0px 0px #e31e27;
        box-shadow: inset 0px 44px 0px 0px #e31e27;
        color: #fff;
    }

    100% {
        -webkit-box-shadow: inset 0px 0px 0px 0px #e31e27;
        -moz-box-shadow: inset 0px 0px 0px 0px #e31e27;
        box-shadow: inset 0px 0px 0px 0px #e31e27;
        color: #fff;
    }
}

.login-forgot {
    text-align: center;
    margin-top: 30px;
}

    .login-forgot a {
        color: #676056;
    }

        .login-forgot a:hover {
            color: #e31e27;
        }

.login-error {
    height: 34px;
}
