@import "bootstrap/3.3.6/css/bootstrap.min.css";

/*-------------------------General styles----------------------------*/

body, html {
    height: 100%;
    background-color: #F5F5F5;
}
body {
    display: flex;
    font-size: .875rem;
}
.content {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.text-sm {
    font-size: 85%;
}

/* ---------------footer--------------------------------------------- */


footer{
    width: 100%;
    text-align: center;
    color: #b5b4b4;
    background: transparent;
    font-size: 13px;
    z-index: 0;
}
.d-inline-block {
    display: inline-block!important;
}
footer span {
    margin: 13px 5px;
}

/*-------------------------LOGO SECCION ----------------------------*/

#logo {
    position: relative;
    line-height: normal;
    padding-top: 5%;
}
#logo img{
    width: 221px;
}
.alas-login{
    position: fixed;
    height: 90%;
    bottom: 0;
}
/*-------------------------BUTTON/CHECKBOX/HREF styles----------------------------*/

.btn.btn-signin.loading, .btn.btn-signup.loading {
    background-color: transparent !important;
    font-size: 0;
    background-image: url(../../assets/images/spinner.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

a.sign-up, a.sign-in, a.forgot-password {  color: rgb(104, 145, 162);  text-decoration: underline;  }
.forgot-password:hover, .forgot-password:active, .forgot-password:focus{  color: rgb(12, 97, 33);  }


.btn.btn-signin {
    color: #9d2449 !important;
    border: 1px solid #9d2449 !important;
    border-radius: 3px !important;
    background: white !important;
    height: 45px;
    font-size: 0.72rem;
    font-weight: 700;
    opacity: .9;
}
.btn.btn-signin:hover, .btn.btn-signin:focus, .btn.btn-signin:active {
    background: #9d2449;
    color: white;
    font-weight: 800;
    
}

/*----------------------Card component--------------------------------------------*/
.card {
    background-clip: padding-box;
    background-color: white;
    width: auto;
    position: relative;
    margin: 0 auto 25px;
    margin-top: 50px;
    border: 0px solid #dedede !important;
    max-width: 450px !important;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.card-header {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background: #9d2449;
    padding: 23px 25px 18px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    opacity: .9;
    border-color: #e1eaea;
    line-height: 1.3;
}

.card-body{
    padding: 40px 30px 40px !important;
}

/*----------------------Modern-switch--------------------------------------------*/
.modern-switch + span{
  margin-right: 10px;
  color: #999;
}
.smart-form .modern-switch {
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    cursor:pointer;
    margin-right: 2px !important;
}
.smart-form .modern-switch input {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}
.smart-form .modern-switch .switch-label{
    display:inline-block;
    position:relative;
    top:2px;
}
.smart-form .modern-switch > .switch-label{  padding-right:5px; }
.smart-form .modern-switch .switch-toggle + .switch-label{  padding-left:5px; }
.smart-form .modern-switch .switch-toggle {
    width: 34px;
    height: 7px;
    background:#B5B5B5;
    position: relative;
    display: inline-block;
    background: rgba(0,0,0,0.26);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    vertical-align: middle;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
    cursor: pointer;
}
.smart-form .modern-switch .switch-toggle::before {
    top: -5px !important;
    width: 16px !important;
    height: 16px !important;
    content: '';
    position: absolute;
    left: -4px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius:26px;
    -moz-border-radius:26px;
    -o-border-radius:26px;
    border-radius:26px;
}
.smart-form .modern-switch input:checked + .switch-toggle { background: #ded4bc !important; }
.smart-form .modern-switch input:checked + .switch-toggle::before { left: 20px; background: #c19760 !important; }
.smart-form .modern-switch input:disabled + .switch-toggle { background: #d5d5d5; pointer-events: none; }
.smart-form .modern-switch input:disabled + .switch-toggle::before { background: #bcbdbc; }
.smart-form .modern-switch input:disabled + .switch-toggle + .switch-label { color:#D5D5D5; }
.smart-form .modern-ios .switch-toggle{
    width:40px;
    height:24px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
}
.smart-form .modern-ios .switch-toggle::before {
    width:22px;
    height:22px;
    bottom:1px;
    left:1px;
    top:1px;
}
.smart-form .modern-ios input:checked + .switch-toggle::before { left: 17px; background: #fff; }
.smart-form .modern-ios input:disabled + .switch-toggle::before { background: #f5f5f5; }


/*----------------------form--------------------------------------------*/
.smart-form .form-group {
    color: #626262;
}
.smart-form label{
    font-family: "Roboto", "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.smart-form .form-control{
    color: #4d6272 !important;
    font-size: 16px;
}
.smart-form .form-control.is-invalid:focus{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: none !important;
}
.smart-form .form-group label.placeholder.active{
    padding: 0 1px 0 !important;
}

/*----------------------floating-Lable--------------------------------------------*/

.floating-label { 
  position:relative; 
  margin-bottom:25px; 
}
.floating-input {
  padding:4px 4px;
  display:block;
  width:100%;
  height:30px;
  background-color: transparent;
  border:none;
  border-bottom: 1px solid #e1eaea;
  font-size: 16px;
  margin-top: 9px;
}

.floating-input:focus {
    outline:none;
    border-bottom: 1px solid #ffc1d5 !important;
}

.floating-label label {
  color: #7d7d7d;
  font-size: 13px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:8px;
  top:-2px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-20px;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after {
  width:50%;
}


/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}



