#login-base{
    height: 100%; 
    margin-left: auto;
    margin-right: auto; 
    background-color: #715EA1;
}

#login-image, #login-form{
    min-width: 100px;
    min-height: 100px;
    display: inline-block;  
    position: relative;
    text-align: center;
    color: black;
    background-color: #FFF;
}

#login-image img, #login-form img{
    height: 100vh;
}

#login-logo{    
    min-width: 10px;
    min-height: 10px;
    display: inline-block; 
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

#login-logo img{     
    height: 11vh; 
}

#login-title #systemTitle{
    padding: 0;
    font-size: 2.7vh;
    font-weight: bold;
    border: 0;
    border-bottom: #715EA1 solid 10px;
    color: #006272;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#systemTitle .notificationContent{
    margin: 0;
}

.loginFormElement {
    font-size: 10px !important;
    line-height: 1.5em !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Roboto","Helvetica Neue", Arial, Helvetica, Sans-serif;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.loginFormElement input[type="text"], .loginFormElement input[type="password"]{
    border-radius: 0;
    border: none;
    height: 20px;
    background-color: #EAEAFF !important;
    width: 100%;
}
.loginSubmitButton{
    width: 50%;
    margin: 0 auto;
    padding: 0;
}

.loginSubmitButton .form-button i.fa-check-circle-o:before{
    display: none;
}
.loginSubmitButton a.form-button span{
    margin: 0;
    padding-top: 7px;
    background-color: #fb788b;
    border-radius: 0;
    color: #FFF;
    width: 130px;
    height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto","Helvetica Neue", Arial, Helvetica, Sans-serif;
    font-size: 9px;
    font-weight: normal;
}

#login-base-logos{    
    width: 72%;
    margin: 80px auto 0 auto;
}

#login-logo-ctba{    
    min-width: 10px;
    min-height: 10px;
    display: inline-block; 
}

#login-logo-ctba img, #login-logo-fundacion img{    
    height: 6vh; 
}

#login-logo-ctba img{  
    margin-right: 20px;
}

#login-logo-fundacion{    
    min-width: 10px;
    min-height: 10px;
    display: inline-block; 
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  
  /* Top left text */
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }
  
  /* Top right text */
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  
  /* Bottom right text */
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  
  /* Centered text */
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
  }

  @media (max-width: 800px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
  }
