html {
    /*font-family: sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
@font-face {
    font-family: sofiasansregular;
    src: url(fonts/SofiaSans-Regular.ttf);
}

body {
    margin: 0;
    /* font-family: "Open Sans",Arial,Helvetica,Sans-Serif; */
    font-family: sofiasansregular,Sans-Serif;
    font-size: 13px;
    line-height: 1.428571429;
    /*color: #333;
    background-color: #fff*/
}
a {
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.form_login {
    width: 550px;
    /*margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    margin-bottom: 0.5em;*/
    margin: 5% auto 0.5em auto;
}

fieldset {
    border: 0;
}
.form_inside {
    border: 4px solid #2F346C;
}
.form_inside header{
    background-color: #2F346C;
    text-align: center;
}
.form_inside input {
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 7px 32px;
    border-color: #929395;
    text-align: center;
    width: 60%;
    font-family: sofiasansregular,Sans-Serif;
}
.form_inside button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   /* box-shadow: inset 0 -3px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.05);*/
    color: #fff;
    background-color: #2F346C;
    border-color: #2F346C;
    height: 31px;
    padding: 0 32px;
    border: 1px solid transparent;
    text-align: center;
    font-family: sofiasansregular,Sans-Serif;
}
.logo {
    margin: 1.3em;
}
.campos {
    text-align: center;
}
.campos div {
    margin-top: 1.3em;
}
.nota p {
    text-align: center;
    margin: 1.5em;
    color: #3f3f3f;
}
footer {
    text-align: center;
    margin-top: 3em;
}
footer section {
    margin-left: auto;
    margin-right: auto;
}
.links a {
    color: #3f3f3f;
}
.telefono a {
    color: #2F346C;
    font-size: 1.2em;
}
.olvido {
    text-align: center;
    font-size: 15px;
}
.olvido a {
    color: #2F346C;
}
.alert {
    text-align: center;
    margin-top: 2%;
}
.alert-danger {
    margin-left: auto;
    margin-right: auto;
    color: red;
    width: 390px;
}
.alert b a {
    color: #1a509a;
}
.btn {
    cursor: pointer;
}
