
html body {
    background-color: #fff;
}

/******************** Desktop ********************/

.ic-Login {
    width: 100%;
}

.ic-Login__container {
    margin: 20px 2%;
    max-width: 1150px;
    width: 100%;
}

.ic-Login__content {
    width: 100%;
    min-height: 600px;
    background: #fff url("https://www.medicinaeinstein.com/canvas/images/imagem_latera_600.png") no-repeat;
    border-radius: 30px;
    padding: 0px;
}

.ic-Form-control--login .ic-Label {
    color: #00589c !important;
}

.ic-Login__innerContent {
    padding-top: 24px;
    margin-top: 0px;
    margin-left: 45%;
    border: 2px solid none;
    border-radius: 0 30px 30px 0;
    width: 50%;
    height: 576px;
    background: #fff;
}

.ic-Login__actions .Button--login {
    padding: 6px 36px;
    background: #00589c !important;
    color: #fff;
    border: 1px solid #fff;
    overflow: visible;
}

.ic-Login__actions .ic-Login__actions-timeout label {
    color: #00589c;
}

.ic-Login__link {
    color: #00589c !important;
    text-decoration: underline;
}

.ic-Login-header {
    padding: 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.ic-Login-header__logo {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 1px;
    max-width: 600px;
}

#footer-links a {
    color: #444;
    text-decoration: none;
}

#footer {
    width: 50%;
    margin-left: 45%;
    margin-top: -100px;
}

#grades_summary th.title {
    font-size: 1em !important;
}

/* media screen */
@media screen and (min-width: 1001px) {

    /******************** Mobile ********************/
    #f1_container {
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        min-height: 450px;
        background: #00589c;
        height: 100%;
        padding: 0;
    }

    #f1_card {
        width: 510px;
    }

    .mobileLogin-Header {
        background-image: url("https://www.medicinaeinstein.com/canvas/images/header_login_mobile.jpg");
        background-repeat: no-repeat;
        background-size: 510px 80px;
    }

    #f1_container a {
        color: #fff;
    }

    #f1_card #login_form .Button--primary {
        background-color: #fff;
        border: 0px;
    }

    button.Button.Button--primary.Button--block {
        color: #00589c;
    }
}

@media screen and (max-width: 1000px) and (min-width: 421px) {

    /******************** Mobile ********************/
    #f1_card {
        width: 300px;

    }

    #f1_container {
        background-color: #00589c;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        height: 100%;
    }

    .mobileLogin-Header {
        background-image: url("https://www.medicinaeinstein.com/canvas/images/header_login_mobile.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 100px;
    }

    #f1_container a {
        color: #fff;
    }

    #f1_card #login_form .Button--primary {
        background-color: #fff;
        border: 0px;
    }

    button.Button.Button--primary.Button--block {
        color: #00589c;
    }
}

@media screen and (max-width: 420px) {

    /******************** Mobile ********************/
    #f1_card {
        width: 260px;
    }

    #f1_container {
        background-color: #00589c;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        padding: 0;
    }

    .mobileLogin-Header {
        background-image: url("https://www.medicinaeinstein.com/canvas/images/header_login_mobile.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 100px;
    }

    #f1_container a {
        color: #fff;
    }

    #f1_card #login_form .Button--primary {
        background-color: #fff;
        border: 0px;
    }

    button.Button.Button--primary.Button--block {
        color: #00589c;
    }
}

/* Ajuste na mensagem de recuperação de senha */

ul#flash_message_holder .ic-flash-success {
    padding-left: 35px;
}


/* Desativar Carga SIS */

#batch_check {
    display: none;
}