html, body{
    height: 100%;
}
body{
    background-image: url('../img/hotel.jpg');
    background-size: cover;
    background-position: center center;
}
body::after{
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 15px;
    background: linear-gradient(270deg, #0F4C81, #658dc6, #a58d7f, #f3d5ad);
    background-size: 200% 200%;

    -webkit-animation: gh 12s ease infinite;
    -moz-animation: gh 12s ease infinite;
    -o-animation: gh 12s ease infinite;
    animation: gh 12s ease infinite;
}
@-webkit-keyframes gh {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gh {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes gh {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gh {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.toCenter{
    height: 100%;
    display: flex;
    align-items: center;
}
#headerSection{
    margin-left: 0px !important;
    margin-right: 15px !important;
    bottom: 0px !important;
}
.blockRecoverPassword,
.blockLogin{
    background-color: rgba(255, 255, 255, .94);
    border-top-left-radius: 2em;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2em;
    -webkit-border-top-left-radius: 2em;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2em;
    -moz-border-top-left-radius: 2em;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 2em;
    padding: 2em;
    width: 480px;
    height: auto;
    margin: auto;
    display: block;
    position: relative;
}
.blockRecoverPassword h1,
.blockLogin h1{
    color: #0F4C81;
    font-size: large;
    text-transform: uppercase;
}
.blockRecoverPassword h1::before,
.blockLogin h1::before,
.blockRecoverPassword h1::after,
.blockLogin h1::after{
    content: "";
    width: 200px;
    height: 1px;
    background-color: #A58D7F;
    display: block;
    margin: .48em auto;    
}
.blockRecoverPassword .btn-info,
.blockLogin .btn-info{
    background-color: #658DC6;
    color: #FFF !important;
    border: 0;
}
.blockRecoverPassword .btn-info.focus,
.blockRecoverPassword .btn-info:focus,
.blockRecoverPassword .btn-info:hover,
.blockLogin .btn-info.focus,
.blockLogin .btn-info:focus,
.blockLogin .btn-info:hover{
    background-color: #0F4C81;
    color: #FFF !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.blockLogin .card i{
    font-size: 7rem;
    color: #0F4C81;
    padding-top: 30px;
}
.blockLogin .card{
    margin: 10px;
}
.blockLogin .logo{
    width: 240px;
    height: 106px;
    display: block;
    margin: 0 auto 1.5em auto;
}
.blockLogin .web-link{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    display: block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2em;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 2em;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 2em;
    overflow: hidden;
}
.blockLogin .web-link a,
.blockLogin .web-link a:link,
.blockLogin .web-link a:active,
.blockLogin .web-link a:focus,
.blockLogin .web-link a:visited{
    display: block;
    width: 100%;
    height: 28px;
    background-color: #0F4C81;
    color: #FFF !important;
    font-size: small;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center;
    text-decoration: none !important;
}
.blockLogin .web-link a:hover{
    background-color: #658dc6;
}
.block-floating-buttons{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 240px;
    width: 48px;
    height: 240px;
    overflow: hidden;
}
.block-floating-buttons.expand{
    width: 248px;
}
.block-top-header ul,
.block-floating-buttons ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.block-floating-buttons ul li a,
.block-floating-buttons ul li a:link,
.block-floating-buttons ul li a:active,
.block-floating-buttons ul li a:focus,
.block-floating-buttons ul li a:visited{
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #000;
    color: #FFF !important;
    font-size: 12px;
    text-decoration: none !important;
}
.block-floating-buttons ul li a span{
    display: none;
    width: 200px;
    height: 48px;
    line-height: 48px;
}
.block-floating-buttons ul li a i{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
}
.block-top-header{
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgba(255,255,255, .72);
}
.block-top-header ul li{
    margin: 0 .5em;
}
.block-top-header ul li a,
.block-top-header ul li a:link,
.block-top-header ul li a:active,
.block-top-header ul li a:focus,
.block-top-header ul li a:visited{
    color: #000 !important;
    text-decoration: none !important;
    line-height: 40px;
}
.block-top-header ul li a:hover{
    color: #0F4C81 !important;
}
/*Responsive*/
@media (max-width: 319px){
    body::after{
        height: 7px;
    }
    div.blockRecoverPassword,
    div.blockLogin{
        width: 100%;
        max-width: 90%;
        padding: 1em;
    }
    div.blockRecoverPassword h1.text-center,
    div.blockLogin h1.text-center{
        font-size: medium;
    }
    div.blockRecoverPassword .form-control
    div.blockLogin .form-control{
        height: 30px;
    }
    div.blockRecoverPassword .form-group,
    div.blockLogin .form-group{
        margin-bottom: .48rem;
    }
    div.blockRecoverPassword .text-center,
    div.blockLogin .text-center{
        font-size: small;
    }
    div.blockLogin{
        padding-bottom: 32px;
    }
    div.blockLogin .card-body{
        padding: .25rem;
    }
    div.block-floating-buttons.expand,
    div.block-floating-buttons{
        top: auto;
        right: auto;
        bottom: 7px;
        left: 0;
        width: 100%;
        height: 36px;
    }
    div.block-floating-buttons ul{
        display: flex;
        overflow-x: auto;
    }
    div.block-floating-buttons ul li{
        flex: 1 1 auto;
    }    
    div.block-floating-buttons ul li a,
    div.block-floating-buttons ul li a:link,
    div.block-floating-buttons ul li a:active,
    div.block-floating-buttons ul li a:focus,
    div.block-floating-buttons ul li a:visited,
    div.block-floating-buttons ul li a:hover{
        width: auto;
        height: 36px;
    }
    div.block-floating-buttons ul li a i{
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: auto;
    }
    div.block-floating-buttons ul li a span{
        display: none !important;
        visibility: hidden !important;
    }
    section.toCenter{
        align-items: center !important;
    }
    .blockLogin .card i{
        font-size: 3rem;
    }
}
@media (min-width: 320px) and (max-width: 575.98px){
    body::after{
        height: 7px;
    }
    div.blockRecoverPassword,
    div.blockLogin{
        width: 100%;
        max-width: 90%;
        padding: 1em;
    }
    div.blockRecoverPassword h1.text-center,
    div.blockLogin h1.text-center{
        font-size: medium;
    }
    div.blockRecoverPassword .form-control
    div.blockLogin .form-control{
        height: 30px;
    }
    div.blockRecoverPassword .form-group,
    div.blockLogin .form-group{
        margin-bottom: .48rem;
    }
    div.blockRecoverPassword .text-center,
    div.blockLogin .text-center{
        font-size: small;
    }
    div.blockLogin{
        padding-bottom: 32px;
    }
    div.blockLogin .card-body{
        padding: .25rem;
    }
    div.block-floating-buttons.expand,
    div.block-floating-buttons{
        top: auto;
        right: auto;
        bottom: 7px;
        left: 0;
        width: 100%;
        height: 36px;
    }
    div.block-floating-buttons ul{
        width: 200px;
        height: 36px;
        margin-left: auto;
        margin-right: 0;
        display: flex;
        overflow-x: auto;
    }
    div.block-floating-buttons ul li{
        flex: 1 1 auto;
    }    
    div.block-floating-buttons ul li a,
    div.block-floating-buttons ul li a:link,
    div.block-floating-buttons ul li a:active,
    div.block-floating-buttons ul li a:focus,
    div.block-floating-buttons ul li a:visited,
    div.block-floating-buttons ul li a:hover{
        width: auto;
        height: 36px;
    }
    div.block-floating-buttons ul li a i{
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: auto;
    }
    section.toCenter{
        align-items: center !important;
    }
    .blockLogin .card i{
        font-size: 4rem;
    } 
}
@media (min-width: 576px) and (max-width: 767.98px){
    body::after{
        height: 7px;
    }
    section.toCenter{
        align-items: center !important;
    }
    .blockLogin .card i{
        font-size: 5rem;
    }
    div.blockLogin{
        padding-bottom: 32px;
    }
    div.blockLogin .card-body{
        padding: .25rem;
    }
    div.block-floating-buttons.expand,
    div.block-floating-buttons{
        top: auto;
        right: auto;
        bottom: 7px;
        left: 0;
        width: 100%;
        height: 36px;
    }
    div.block-floating-buttons ul{
        width: 200px;
        height: 36px;
        margin-left: auto;
        margin-right: 0;
        display: flex;
        overflow-x: auto;
    }
    div.block-floating-buttons ul li{
        flex: 1 1 auto;
    }    
    div.block-floating-buttons ul li a,
    div.block-floating-buttons ul li a:link,
    div.block-floating-buttons ul li a:active,
    div.block-floating-buttons ul li a:focus,
    div.block-floating-buttons ul li a:visited,
    div.block-floating-buttons ul li a:hover{
        width: auto;
        height: 36px;
    }
    div.block-floating-buttons ul li a i{
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: auto;
    }
    div.block-floating-buttons ul li a span{
        display: none !important;
        visibility: hidden !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    section.toCenter{
        align-items: center !important;
    }
    .blockLogin{
        margin-left: 2em;
    }
    .blockLogin .card i{
        font-size: 6rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    .blockLogin .card i{
        font-size: 7rem;
    }
}