@charset "UTF-8";


body{
	display:block;
}



.recoverFormContainerResult{display: none}


.footer {text-align: center;position: absolute;bottom:20px;left:0px; right:0px;font-size:10px;}

a.text-dark,a.text-muted{
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

  }

.footer a.text-dark:hover,a.text-muted:hover{color:#009eb2 !important;}

.agendeaLogo{max-width: 170px}


.auth-fluid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  /*  background: url("/dashboard/assets/media/images/ball-field-football-47730.jpg") center ;
/* background: url("/dashboard/assets/media/images/photo-1530177245316-034d99cd7b4b.jpg") center ;*/
    background: url("/dashboard/assets/media/images/ballpen-blur-close-up-computer-461077.jpg") center ;
/*        background: url("/dashboard/assets/media/images/bg.jpeg") center ;
*/
    background-size: cover;
}

.auth-fluid .auth-fluid-form-box {
    max-width: 480px;
    border-radius: 0;
    z-index: 2;
    padding: 3rem 2rem;
    background-color: #fff;
    position: relative;
    width: 100%;
}

.auth-fluid .auth-fluid-right {
    padding: 6rem 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    color: #fff;
    background-color: rgba(158,158,158,.4);
}
.text-center {
    text-align: center!important;
}

.auth-user-testimonial {
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.auth-user-testimonial p.lead {
    font-size: 1.125rem;
    margin: 0 auto 20px auto;
    max-width: 700px;
}


@media (max-width: 768px) {
	.auth-fluid-right{display:none;}
	.auth-fluid .auth-fluid-form-box{width: 100%;max-width: 100%}
}

