body {
    background: url("./assets/dist/img/landing1.jpg") no-repeat !important;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;
}

.row {
    margin: 0px !important;
}

.login-box-msg {
    padding: 0px !important;
    font-size: 14px;
    font-weight: bold;
}

.col-xl-12>.login-box,
.col-lg-12>.login-box {
    font-size: 13px;
}

label {
    margin-bottom: 0px !important;
    color: #18978F;
}

.form-control-sm {
    height: calc(1.8125rem + 1px);
    padding: 0.25rem 0.2rem;
    font-size: .75rem;
    line-height: .5;
    border-radius: 0.1rem;
}

.login-box {
    float: right;
    margin-right: 10%;
    margin-top: 20%;
}

.form-group {
    margin-bottom: 0.3rem !important;
}

.pTextoPc {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    white-space: pre-line;
    line-height: initial;
    padding: 0px 70px;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
}

.btn-enviar {
    padding: 2px 25px;
    border-radius: 30px;
}

@media screen and (max-width: 850px) {
    .login-box {
        float: none;
        margin: auto;
    }

    .pTextoPc {
        font-size: 1.2rem;
        padding: 0px 30px;
        font-family: 'Luckiest Guy' !important;
    }
}


/*  */

/* Non essential CSS - Just for example centering */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.center-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bubbles {
    display: inline-block;
    font-family: arial;
    position: relative;
}

.bubbles p {
    position: relative;
    font-family: 'Luckiest Guy', cursive;
    color: #fff;
    z-index: 2;
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    /* top: 300px; */
    background-color: #fff;
    z-index: 1;
}