﻿body, html {
    font-family: "Calibri", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: normal;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bolder !important;
}

a {
    cursor: pointer;
}

.btn {
    font-weight: bolder !important;
}

.login-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

.box {
    width: 50%;
    display: flex;
}

.bg-logo {
    background-color: #223F61;
    align-items: center;
    justify-content: center;
}

.box-login {
    flex-direction: column;
    width: 100%;
    padding: 25px;
}

.box-link {
    padding-top: 15px;
}

    .box-link a {
        color: #000 !important;
    }

.container-box {
    margin: 25px auto 0;
    max-width: 450px;
    width: 100%;
    margin-top: 10%;
}

.content-login {
    width: 100%;
    /*color: #fff;*/
    background: #223F61;
    padding: 30px;
}

.content-border {
    background-color: #09A275;
    height: 25px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.content-login {
    display: flex;
    flex-direction: column;
}

    .content-login label {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .content-login input {
        margin-bottom: 10px;
        border: 2px solid #ddd;
        border-radius: 4px;
        height: 40px;
        padding: 0 15px;
        font-size: 16px;
    }

.btn-login {
    background-color: #09A275;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

    .btn-login:hover {
        color: #fff;
        background-color: #078761;
    }

@media only screen and (min-width: 1445px) {
    .box-login {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 25px;
    }

    .container-box {
        margin: 0 auto 0;
        max-width: 450px;
        width: 100%;
    }

    .box-title {
        flex-basis: 37%;
    }
}

.message {
    width: 100%;
    margin-bottom: 20px;
}

.content-message {
    color: red;
    border: 2px solid red;
    text-align: center;
    background: #FA8072;
    height: 40px;
}

.content-message-login {
    display: none;
}

.content-message-senha {
    display: none;
    margin: 5px auto;
}

.content-message-email {
    display: none;
    text-align: center;
}

.content-message-email-sucesso {
    color: #09A275;
    border: 2px solid #09A275;
    background-color: #90EE90;
    height: 100px;
}

.content-message-email-falha {
    color: red;
    border: 2px solid red;
    background: #FA8072;
    height: 40px;
}

#acessoAluno {
    cursor: pointer;
    color: white;
    /*background: #223F61;*/
    background: #09A275;
    /*padding-left: 80px;
    padding-right: 80px;
    text-align: center;*/
    /*width: 50%;*/
    height: 100%;
}

#acessoPais {
    cursor: pointer;
    color: #223F61;
    background: white;
    /*padding-left: 80px;
    padding-right: 80px;
    text-align: center;*/
    height: 100%;
}


#Usuario {
    margin-bottom: 10px;
    border: 2px solid #ddd;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    display: none;
}

.testeUsuario {
    display: none;
}

#CPF {
    margin-bottom: 10px;
    border: 2px solid #ddd;
    border-radius: 4px;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    display: none;
}

.testeCPF {
    display: none;
}

.messageInvalido {
    background-color: salmon;
    padding: 9px;
    display: none;
    border: solid 2px;
    border-color: red;
    border-radius: 5px 4px 4px;
}

.messageInvalidoTexto {
    margin: auto;
    color: red;
    text-align: center;
}

.ui-widget-overlay-person {
    background: #aaa url("../Images/ui-bg_flat_75_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.overlay-carregando {
    z-index: 10;
}

.loader {
    font-size: 20px;
    width: 90%;
}

.loader.center {
    left: 5%;
    right: 5%;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
}

.loader {
    color: #069;
    padding: 116px 16px 16px 48px;
    font-size: 25px;
    width: 250px;
    background: url("../jQuery.FileUpload/img/loading.gif") no-repeat 16px bottom;
    z-index: 1000;
}

.center {
    position: absolute;
    top: 45%;
    left: 43%;
}

@media only screen and (max-device-width: 900px) {

    img{
        width:40%;
    }

    .login-container{
        justify-content:normal;
        display:block;
    }

    .box{
        width: 100%;
    }

    .content-message{
        height: 55px;
    }

    .content-message-email-falha {
        height: 55px;
    }
}

.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-wrapper .form-control {
        padding-right: 40px;
    }

    .password-wrapper i {
        position: absolute;
        right: 10px;
        cursor: pointer;
    }