html body {
  background-color: #fff;
}

/******************** Centralizar logo ********************/

.ic-Login .ic-Login-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic-Login .ic-Login__body::before {
  content: "LOGIN";
  display: block;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #00589c !important; 
}


/******************** Desktop ********************/
body.ic-Login-Body {
  background: #00589c
    url("https://medicinaeinstein.com/canvas/images/bg_html_1920x1080.jpg");
}
.ic-Login {
  width: 100%;
}
.ic-Login__container {
  margin: 20px 2%;
  max-width: 1150px;
  width: 100%;
}
.ic-Login__content {
  width: 100% !important;
  min-height: 600px !important;
  background: #fff
    url("https://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__content {
    max-width: none !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://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://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://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;
}

/* Largura da combobox da central de mensagem */
/*.message-header-input .message_course {width: 100%}*/

/* Ajuste tela de curso específico - Estratégias nutricionais de perda de peso */

#courseApresentacao .content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#courseApresentacao .box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

#courseApresentacao .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1200px) {
  #courseApresentacao .row {
    margin-left: -30px;
  }
}

#courseApresentacao.box-header .with-border {
  border-bottom: 1px solid #f4f4f4;
}

#courseApresentacao .box.box-primary {
  border-top-color: #3c8dbc;
}

#courseApresentacao .box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

#courseApresentacao .box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#courseApresentacao .btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}

#courseApresentacao .btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

#courseApresentacao .text-muted {
  color: #777;
}

#courseApresentacao .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

#courseApresentacao .box-header > .fa {
  margin-right: 5px;
}

#courseApresentacao .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 992px) {
  .pages.show .show-content {
    padding: 0 24px 0 12px;
  }
}

.pages.show .show-content {
  word-wrap: break-word;
  overflow-x: auto;
  box-sizing: border-box;
  padding: 0 12px;
}

.pages.show .page-title {
  font-size: 2.5em;
  font-weight: 200;
  margin: 15px 0;
  color: #666;
}

#container_autores .widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

#container_autores .bg-green {
  background-color: #00a65a !important;
  color: #fff !important;
}

#container_autores .widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}

#courseApresentacao .box-body {
  display: block !important;
}

.page-toolbar-start .page-heading .course-title {
  display: block !important;
}

div#batch_check {
  display: none;
}

#INDmenu-btn {
  bottom: 40% !important;
}
