body {
    background-attachment: scroll;
}

.fondo-verde {
    background-color: #50be87;
    padding: 30px;
}

#login {
    margin-top: 150px;
}

label {
    color: white;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.fondo-blanco {
    background-color: white;
}

.formulario {
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all ease-in-out 500ms;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}

.formulario .form-control {
    border-radius: 0!important;
    margin-bottom: 5px;
    line-height: 54px;
    height: 50px;
    color: black;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}

.formulario .form-control {
    background-color: white!important;
    border-color: white;
}

.formulario .checkbox span {
    font-weight: bolder;
    position: relative;
    top: 12px;
    font-size: 14px;
}

.enlaces {
    margin-top: 10px;
}

.enlaces a {
    outline: 0;
    color: white!important;
    margin: 5px!important;
    text-decoration: underline;
    line-height: 20px;
    height: 20px;
    font-weight: bolder;
    width: 100%;
    padding-top: 0px;
}

.triangulo_der {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 22px solid #50be87;
    border-bottom: 22px solid transparent;
    position: absolute;
    left: 0px;
    top: 44px;
}

.fondo_oscuro {
    background-color: #242323;
}

.triangulo_inf {
    position: absolute;
    top: 0px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #50be87;
}

@media screen and (min-width: 992px) {
    #connected {
        text-align: center;
        color: #FF7900;
        font-size: 26px;
        top: 68px;
        position: relative;
        font-weight: bolder;
    }
}

@media screen and (max-width: 992px) {
    #connected {
        text-align: center;
        color: #FF7900;
        font-size: 37px;
        top: 66px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .fondo-verde {
        padding: 15px;
    }
    #login {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1200px) {
    #connected {
        text-align: center;
        color: #FF7900;
        font-size: 32px;
        top: 66px;
        position: relative;
        font-weight: bolder;
    }
}

.element.style {
    display: block;
}

.text-muted {
    color: #777;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
    .lead {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }
    html,
    body,
    h1,
    span,
    dt,
    p,
    section,
    figure {
        margin: 0;
        padding: 0;
        line-height: 0;
    }
    p {
        margin: 0 0 10px;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    user agent stylesheet p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
}

.sweet-alert .text-muted {
    text-align: left;
    font-weight: bolder;
}