﻿.card {
    background-color: #fff9f9;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    border: 1px solid #f3f3f3;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.form-control {
    max-width: 100% !important;
}


    .form-signin .form-control:focus {
        box-shadow: none;
        outline-color: #f66;
        box-shadow: none !important;
        border: none !important;
        border-left: 2px solid #f66 !important;
    }


h4 {
    line-height: 1.4em;
}