/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

#login-screen {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login-screen > div {
    width: 50%;
}

#login-screen .left {
    height: 100%;
    background: url('../img/img_edificio.png') center center no-repeat;
    background-size: cover;
}

#login-screen .right {
}

#login-screen .right form {
    max-width: 450px;
    margin: 0 auto;
}

#login-screen .right h1 {
    color: #002977;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 45px;
}

#login-screen .right form > label {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

#login-screen .right form > label > label {
    color: #002977;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 15px;
}

#login-screen .right form > label input[type=email],
#login-screen .right form > label input[type=password] {
    padding: 16px;
    border: solid 1px #949392;
    font-family: 'Montserrat', sans-serif;
}

#login-screen .right form .footer-login {
    font-size: .8em;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

#login-screen .right form .footer-login > label {
    user-select: none;
    display: flex;
    align-items: center;
}

#login-screen .right form .footer-login a {
    text-decoration: none;
    color: #002977;
}

#login-screen .right form .footer-login input[type="checkbox"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#login-screen .right form .footer-login input[type="checkbox"] + span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 7px;
    border: solid 1px #000;
}

#login-screen .right form .footer-login input[type="checkbox"]:checked + span {
    background: #002977;
}

#login-screen .right form input[type="submit"] {
    background: #002977;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #85a1be;
    font-weight: 500;
    font-size: 1.2em;
    padding: 9px 0;
    transition: all 100ms ease-in;
    cursor: pointer;
}

#login-screen .right form input[type="submit"]:hover {
    background: #043592;
}

#login-screen .right form button[name="btnEnviar"] {
    background: #002977;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #85a1be;
    font-weight: 500;
    font-size: 1.2em;
    padding: 9px 0;
    transition: all 100ms ease-in;
    cursor: pointer;
}

#login-screen .right form button[name="btnEnviar"]:hover {
    background: #043592;
}

#login-screen .right form button[name="btnCancelar"] {
    background: #fff;
    color: #002977;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #85a1be;
    font-weight: 500;
    font-size: 1.2em;
    padding: 9px 0;
    transition: all 100ms ease-in;
    cursor: pointer;
}

#login-screen .right form button[name="btnCancelar"]:hover {
    background: #002977;
}

#login-screen .right form .registrame {
    color: #f58421;
    font-size: .8em;
    text-align: center;
    display: block;
    margin-top: 35px;
}*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

.form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.form input[type="submit"] {
    background: #002977;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #85a1be;
    font-weight: 400;
    font-size: 1.2em;
    padding: 9px 0;
    transition: all 100ms ease-in;
    cursor: pointer;
}

.form input[type="submit"]:hover {
    background: #043592;
}

.form h1 {
    color: #002977;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 45px;
}

.form h2 {
    color: #002977;
    font-weight: 600;
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 45px;
}

.m-content {
    border-radius: 0;
}

.m-header {
    border: none;
    text-align: left;
    font-size: 12px;
    padding: 5px;
}

.m-body {
    padding: 40px;
}

.m-body h3{
    color: #000;
    font-weight: 300;
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 25px;
}

.m-body p {
    color: #000;
    text-align: center;
    font-size: 1.2em;
    font-weight:300;
}

.form label {
    font-weight: 400;
    margin-bottom: 15px;
}

.form input {
    padding: 16px;
    border: solid 1px #949392;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0px;
    margin-bottom: 15px;
}

.form a {
    text-decoration: none;
    color: #002977;
}

.m-b {
    margin-bottom: 45px;
}

.v-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left {
    min-height: 100vh;
    background: url('../img/img_edificio.png') center center no-repeat;
    background-size: cover;
}

.form button[name="btnCancelar"] {
    background: #fff;
    color: #000;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #949392;
    font-weight: 400;
    font-size: 1.2em;
    padding: 9px 0;
    transition: all 100ms ease-in;
    cursor: pointer;
}

.form button[name="btnCancelar"]:hover {
    background: #eee;
}
.form button[name="btnEnviar"] {
    background: #002977;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border: solid 1px #85a1be;
    font-weight: 400;
    font-size: 1.2em;
    padding: 9px 0;
    transition: all 100ms ease-in;
    cursor: pointer;
}
.form button[name="btnEnviar"]:hover {
    background: #043592;
}

@media (min-width: 600px) and (max-width: 1280px) {
    .form {
        margin-top: 150px;
    }
}

@media (max-width: 600px) {
    .form {
        margin-top:150px;
    }
    .form h2 {
        font-size: 1.5em;
    }
}
@media (max-width: 768px) {
    .form {
        margin-top: 150px;
    }

    .form h2 {
        font-size: 1.5em;
    }
}

a:link.header-items {
    text-decoration: none;
    color: #002977 !important;
    font-size: .8em;
}

a:visited.header-items {
    text-decoration: none;
    color: #002977 !important;
    font-size: .8em;
}

a:hover.header-items {
    text-decoration: none;
    color: #002977 !important;
    font-size: .8em;
}

a:active.header-items {
    text-decoration: none;
    color: #002977 !important;
    font-size: .8em;
}

#btnDownload {
    font-size: medium;
    color: orange;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#btnDownload:hover {
    color: white;
}

.download {
    font-size: medium;
    color: white;
}

    .download:hover {
        color: #F58321;
    }