#background {
    width: 100%;
    padding: .5rem 0 0 0;
    background-image: url('../../../images/web/template/login-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

#preload-video {
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    width: 100.1%;
    position: fixed;
    z-index: 1000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-with-content {
    /* margin-top: 5rem; */
    padding-bottom: 6rem;
}

label{
    font-weight: bold;
    color: #004a87;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 1.15rem;
    font-family: 'Montserrat-Semibold';
}

.form-group {
    /* margin-bottom: 2rem; */
}

.invalid-feedback mark {
    background-color: #dc3545;
    color: white;
    padding: .2em .5rem;
    border-radius: 5px;
}

.inner-addon {
    position: relative;
}

.inner-addon .fas {
    position: absolute;
    pointer-events: none;
    padding: 1.1rem 15px;
}

.card {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.5)!important;
    border-radius: 8px;
    border: none;
}

#card-login {
    /* margin-left: 46.5%; */
    margin: auto;
}

.extra-message {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.3;
    color: white;
}

#event-name {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #343434;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    /* padding-right: 6rem; */
    margin-top: 3.5rem;
}

#event-name.without-extra-message {
    margin-top: 9.5rem;
    color: #ffffff;
}

.password-reset {
    font-size: 1rem;
    color: #004a87;
    margin-bottom: 1rem;
}

.password-reset:hover {
    color: #004a87;
}

.btn-primary-cc-gm {
    background-color: #deb300;
    color: white;
    font-weight: bold;
    padding: .5rem 1.15rem;
    font-size: 18px;
    width: 60%;
    margin: auto;
    font-family: 'Montserrat-ExtraBold';
}

.btn-primary-cc-gm:hover {
    color: white;
}

.card .card-body {
    border-radius: 8px;
    padding: 2rem;
}

.left-addon .fas {
    left:  8px;
}

.left-addon input,
.left-addon select {
    padding: .75rem 0 .75rem 55px;
    /* border-radius: 20px; */
    border: 2px solid #004a87;
    height: 47px;
}

.select2 {
    display: inline-block !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px){

    .section-with-content {
        margin-top: 1rem;
        padding-bottom: 10rem;
    }

    .card-body {
        padding: 1rem!important;
        /* padding-left: 10px;
        padding-right: 10px; */
    }
    
    #card-login {
        /* margin-left: 0%; */
        margin: auto;
    }
    
    #event-name.without-extra-message {
        margin-top: 3.5rem;
        font-size: 30px;
    }

    #background {
        background-position: top!important;
    }

    .form-group {
        margin-bottom: 15px;
    }

}

/*********************************************************************/

.btn-light-yellow-congress{
    background: #EEF0A1;
    color: #333333 !important;
    border-color: #EEF0A1;
}

.btn-light-yellow-congress:hover{
    background-color:#e7ea80;
    border-color:#e5e977
}

.btn-light-yellow-congress.focus,
.btn-light-yellow-congress:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
    box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
}

.btn-light-yellow-congress.disabled,
.btn-light-yellow-congress:disabled {
    color:#333333;
    background-color:#EEF0A1;
    border-color:#EEF0A1;
}

.btn-light-yellow-congress:not(:disabled):not(.disabled).active,
.btn-light-yellow-congress:not(:disabled):not(.disabled):active,
.show>.btn-light-yellow-congress.dropdown-toggle{
    color: #333333;
    background-color:#e5e977;
    border-color:#e3e76a;
    box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
}

.btn-light-yellow-congress:not(:disabled):not(.disabled).active:focus,
.btn-light-yellow-congress:not(:disabled):not(.disabled):active:focus,
.show>.btn-light-yellow-congress.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
    box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
}

/*********************************************************************/

.btn-blue-congress{
    background: #0478A8;
    color: white !important;
    border-color: #0478A8;
}

.btn-blue-congress:hover{
    background-color:#0478A8;
    border-color:#0478A8
}

.btn-blue-congress.focus,
.btn-blue-congress:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
    box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
}

.btn-blue-congress.disabled,
.btn-blue-congress:disabled {
    color:#fff;
    background-color:#0478A8;
    border-color:#0478A8;
}

.btn-blue-congress:not(:disabled):not(.disabled).active,
.btn-blue-congress:not(:disabled):not(.disabled):active,
.show>.btn-blue-congress.dropdown-toggle{
    color: #fff;
    background-color:#0478A8;
    border-color:#0478A8;
    box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
}

.btn-blue-congress:not(:disabled):not(.disabled).active:focus,
.btn-blue-congress:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue-congress.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
    box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
}





.btn-social-network {
    border-radius: 20px !important;
    background-color: #e6e6e6;
    color: black;
    font-weight: bold;
    padding: .55rem 3rem .55rem .75rem !important;
    position: relative;
}

.btn-register {
    padding: .4rem .75rem !important;
    display: block;
    letter-spacing: 1px;
}

.btn-social-network i {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-social-network.google-plus-icon i {
     background: #dd4b39;
     color: white;
     border-radius: 50%;
     font-weight: normal;
     padding: .65rem;
     border: 3px solid white;
 }

.btn-social-network.facebook-icon i {
    background: #3b5998;
    color: white;
    border-radius: 50%;
    font-weight: normal;
    padding: .65rem .85rem;
    border: 3px solid white;
}


/* ============================= */
/* --- --- MEDIA QUERIES --- --- */
/* ============================= */

@media screen and (max-width: 767px){

    /* .section-with-content .card-body {
        padding: 1.25rem 0 !important;
    } */

}

/* ==================================== */
/* --- --- FIN DE MEDIA QUERIES --- --- */
/* ==================================== */
