html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


.form-container {
    box-shadow: 0 5px 33px rgba(99,114,130,0.16);
    text-align: center;
    float:none;
    margin-top: 40px;
}

.form-container > div {
    padding: 20px;
}


@media screen and (min-width: 601px) {
    .form-container > div {
        padding: 20px 50px 20px 50px;
    }
}

.logo {
    width: 100px;
}

.form-instructions h1 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    width:80%;
}

.form-instructions p {
    text-align: left;
    width:80%;
}

.form-instructions a {
    color: rgba(0,0,0,.87);
    text-decoration: underline;
}

input:focus {
    border-bottom: 2px solid #1050A4 !important;
    /*box-shadow: 0 1px 0 0 #1050A4 !important;*/
    box-shadow: none !important;
}

input:not([type]), input[type=password], input[type=text]{
    border-bottom: 1px solid #294661;
    color: #1050A4;
}

input:focus {
    border-bottom: 2px solid #1050A4 !important;
    /*box-shadow: 0 1px 0 0 #1050A4 !important;*/
    box-shadow: none !important;
}

label {
    color: #294661 !important;
}

.submit {
    text-transform: none !important;
    font-size: 18px;
    background: #023C91;;
    min-width: 200px;
    min-height: 56px;
    line-height: 56px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: none !important;
    margin-top:30px;
    transition: .3s ease;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.submit:hover, .submit:focus {
    background: #012a65;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.help-block {
    color: red;
    font-size: 18px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
}
