body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 13px;
    color: #6a6c6f;
    background:#2A3F54;
    margin: 0;
    padding: 0;
}
h1 {
    font-weight:600;
    font-size:24px;
    text-transform: uppercase;
    text-align:center;
}
fieldset[disabled] .btn-primary.active {
    background-color: #28b8da;
    border-color: #22a7c6;
}


textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.uneditable-input:focus,
input[type="color"]:focus
,select
{
    border:1px solid #169F85;
    box-shadow: none;
    outline: 0 none !important;
}
/*.form-control:focus , .form-control:select {
    border-color: #169F85;

    outline: 0px none !important;
}*/

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
input.form-control {
    box-shadow:none;
}
input.form-control {
    /*    border-radius:0px;*/
}

.authentication-form-wrapper {
    margin-top:70px;
    /*    width:30%;
        align:center;*/
}
@media (max-width:768px){
    .authentication-form-wrapper{
        margin-top:50px;
    }
}
.authentication-form {
    border-radius:2px;
    border: 1px solid #e4e5e7;
    padding:20px;
    background:#fff;

}
label {
    color:#6a6c6f;
    font-weight:600 !important;
}
