html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
/* Header */
header {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.forms {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 1rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.forms .collective-logo-img {
    max-height: 150px!important;
}
.forms .form-control {
    border-radius: 10px !important;
    height: 3rem;
    background: #E2E2E2;
    border:none;
}
.forms .form-check-input {
    border-radius: 10px !important;
    background: #E2E2E2;
}
.btn-landing, .btn-landing:hover, .btn-landing:focus, .btn-landing:active {
    border-radius: 10px;
    background: #F5AE3F!important;
    border:none;
    box-shadow: none;
}
.btn-dark {
    border-radius: 10px;
}
#formForgot {
    display: none;
}
#formLogin {
    display: none;
}
#formRecover {
    display: none;
}
a.forgotLink {
    color: #F5AE3F!important;
}
.login-fb,.login-fb:hover {
    background: #3b5998;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.login-google, .login-google:hover {
    background: #DB4437;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.text-orange {
    color: #bb8631; /*Revisar*/
}
#formRegister .form-control {
    border-radius: 10px !important;
    height: 3rem;
    background: #E2E2E2;
    border:none;
}
#passwordRegisterDetail {
    display: none;
}
#passwordRecoverDetail {
    display: none;
}
/* Spinners*/
.landing-login-spinner {
    display: none;
}
.landing-forgot-spinner {
    display: none;
}
.landing-recover-spinner {
    display: none;
}
.landing-register-spinner {
    display: none;
}
.landing-loginazure-spinner {
    display: none;
}
/* Google Play Button */
.app-download-button img {
    width: 240px;
}
.app-download-button-sm img{
    width: 200px;
}
/*Modal IOS*/
.modal-icon{
    width: 1rem;
}
.modal-icon2{
    width: 1.25rem;
}
.modal-icon3{
    width: 1.5rem;
}
.modal_ios .modal-header{
    border-bottom: none;
    padding-bottom: 0px!important;
}
.modal_ios .modal-content{
    border-radius: 1rem!important;
}
.texto-gris-claro{
    color: #6c757d;
}
.pointer{
    cursor: pointer;
}
