html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        background: url("../img/background-wave.jpg") no-repeat center center;
        background-size: cover;
        overflow: visible;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;

}

body {
    margin-bottom: 60px;
    background: none;
}

.container-default
{
    background: #ffffff;
}

.block-public {
    background: #ffffff;
    border-radius: 0 12vh 0 0;
    padding-bottom:7vh !important;
}

.block-public h1 {
    font-size: 1.75em;
}

.block-public h2 {
    font-size: 1.25em;
}

.block-public .line {
    display: block;
    border: 0;
    background-color: #00fad8;
    margin: 6px 0 6px 2px;
    width: 60px;
    height: 3px;
}

.slogan img {
    width: 100%;
    height: auto;
}

.input-item {
    border-radius: 40px;
    margin-top: 3vh;
}

.login-btn {
    border-radius: 40px;
    background-color: #244599;
    border-color: #00fad8;
    color: #ffffff;
    height:7vh;
}

.login-btn:hover {
    transition: .4s;
    background-color: #e8f0fe;
    color: #000000;
}
.btn-img{
    width:auto;
    height: 80px
}
