body { font-family: "Dosis", "Hind","Open Sans"; background: #f8f8f8; color: #5b6062; font-size:13px; }
html {
  scroll-behavior: smooth;
}
/*BUTTONS*/
.search-primary-dot:focus-visible {
    outlisne: none;
}
.select-btn{
    border: solid 1px blue;
    border-radius: 25px;
    height: 55px;
    min-width: 50%;
}
.submit-login{
    background-color: #33bcee;
    font-weight: 600;
    color:white;
}
.submit-login-reverse{
    background-color: white;
    font-weight: 600;
    color: #33bcee;
    border: solid 1px #33bcee;
    
}
.submit-login-reverse:hover{
    background-color: #85ac3b;
    border: solid 1px #85ac3b;
    color:white;
}
.submit-login:hover{
    background-color: #85ac3b;
    color:white;
}
#turn-container {
    text-align: center;
    margin-bottom: 30px;
}
.search-primary-dot {
    margin:3px;
    color: #717873;
    font-size: 11px;
    padding: 0px 10px;
    font-family: 'Hind';
    width: 170px;
    border-radius: 25px;
    height: 34px;
    border: 0px;
    background-color: #f3f3f3;
    line-height: 2;
    transition:0.4s;
}
.search-primary-dot:hover {
    color: #f3f3f3 !important;
    background-color: #5888b7 !important;
}
.btn-spacing{
  /*letter-spacing: 0.3px;*/
  border-radius: 0px !important;
  margin-right: 1px;
      text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 500;
}
.block{
    display: block;
}
.font-main{
    font-family: "Open Sans";
}
.line-h-33{
    line-height: 3.3;
}
.div_forgot_btns{
    display:flex;
    justify-content: space-around;
}
.text-deco-none{
    text-decoration: none;
}
.top-margin { margin-top: 70px; }
.login-page { background: #FFFFFF; padding: 20px; border-radius: 0px 0px 4px 4px; opacity: .95;}
.login-page-header { background: #f3f3f3; padding: 10px; border-radius: 4px 4px 0px 0px; text-align: center; border-bottom: 1px solid #dadada; font-weight: 600; color: #5c6267; opacity: .95;}
.align-center { text-align: center; }
.decent-margin-top { margin-top: 30px; }
.decent-margin { margin-top: 20px; margin-bottom: 20px;  }

.center-block-e{
    float: none;
    margin: 0 auto;
}
.login-alert-area { background: #FFFFFF; padding: 10px; margin: 10px;  }
.social-icon { padding-right: 10px; border-right: 1px solid #EEE; margin-right: 5px;}
.white-form-bg { background: #FFF !important; }
.align-center { text-align: center; }

/* new */
#logoDispositivo{
    text-align: center;
    margin-top: 10px;
}
.green-text{
  color:#60a050 !important;
}
.login-form { border-radius: 8px; background: #FFF; min-height: 450px; margin-top: 50px; box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.3); }
.login-form-inner { padding: 30px;}
.login-form-bottom { padding: 1px 30px 10px 30px !important; background: #f0f2f2; border-radius: 0px 0px 8px 8px; }
.login-form h2 { margin-top: 0px; }
.login-welcome { font-size: 34px; color: #FFF; text-align: center; padding: 20px; margin-top: 20px;}
.login-form-intro { font-size: 14px; text-align: center; color: #7c7c7c; }
.login-form-area { width: 100%; margin-top: 30px; margin-bottom: 30px;}
.btn-flat-login { background: #29a79c; color: #FFF; }
.btn-flat-login:hover { background: #269b93; color: #FFF; }
.login-icon-color { color: #a0a0a0; }
.btn-flat-social { background: #f0f0f0; color: #000 !important;}
.btn-flat-social-twitter { background: #20a5e2; color: #FFF !important; }
.btn-flat-social-facebook { background: #3859a2; color: #FFF !important; }
.btn-flat-social-google { background: #e33500; color: #FFF !important; }
.small-text { font-size: 11px; }
.login-footer { color: #FFF; position: fixed; bottom: 20px; width: 100%; }

.has-feedback .form-control-feedback {
    top: 0px;
    left: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    left: 0px;
}
.form-group.login-form-area.has-feedback input { padding-left: 30px; }

@media (max-width: 450px) {
	#turn-container iframe {
		max-width: 250px;
	}
}



