.fundo {


}

.input-cl {
    outline: none;
    background-color: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    border: none;
}

.input-cl[type="radio" i] {
    background-color: #FFFFFF;
    color: #FFFFFF;
    border: 1px solid #707070;

}

.input-cl:focus {
    background-color: #F5F5F5;
    border: 1px solid #707070;
}

.input-cl:hover {
    background-color: #ECECEC;
}

textarea:focus,
input:focus,
select:focus, button:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.logo {

}

.form {
    max-height: 600px;
    max-width: 500px;
    margin: auto;
}

.login-form {

    padding: 6%;
    padding-top: 3%;
    background-color: #ffffff;
    border-radius: 3%;
    margin-top: 5%;
}

.btnsub {
    margin: auto;
    text-align: center;
    padding-top: 2em;
}

.text-13 {
    font-size: .8125rem;
}

.inner {
    flex-direction: column;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
    width: calc(100% - 40px);
    padding: 40px 44px 44px 44px;
    margin-bottom: 28px;
    background-color: #fff;
    /*   -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
       box-shadow: 0 2px 6px rgba(0, 0, 0, .2);*/
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

#div1 {
    font-size: 48px;
    position: absolute;
    z-index: 1111133;
}

@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,700&display=swap');

* {
    font-family: 'Heebo', sans-serif;
}

/* BUTTONS */
.liga-btn:focus, .liga-btn-rounded:focus {
    outline: none;
}

.liga-btn, .liga-btn-rounded {
    text-transform: uppercase;
    cursor: pointer;
    padding: .580rem .90rem;
    border-width: unset;
    border-color: unset;
    border-image: none;
    border-radius: 72px 72px 72px 72px;
    text-align: center;
    font-size: .875rem;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    color: #454545;
}

.medio {
    width: 190px;
}

p {
    font-size: .875rem;

    color: #808080;
}

.peq {

    width: 9.375rem;
}

@media (max-width: 449px) {
    .peq {

        width: 6.375rem;
    }

}

.liga-btn-rounded {
    border-radius: 72px;
    text-align: center;
}

.liga-btn-primary {
    background-color: #1EC4F5;
    color: #FFFFFF;
    border-style: unset;
}

.liga-btn-primary:focus {
    background-color: #1EC4F6;
    color: #FFFFFF;
}

.liga-btn-primary:hover {
    background-color: #0bbbef;
    color: #FFFFFF;
}
.liga-btn-secondary:hover {
    background-color: #707070;
    color: #FFFFFF;
}
.liga-btn-secondary {
    background-color: #808080;
    padding-top: 0.5rem;
    border: none;
    color: #FFFFFF;
}
small {
    font-size: 0.75rem;
    color: #808080;
}
.liga-btn-primary {
    background-color: #1EC4F5;
    color: #FFFFFF;
}

.liga-btn-default:not(.liga-btn) {
    background-color: #fff;
    color: #454545;
    border: 1px solid #707070;
}

.liga-btn-default:not(.liga-btn-rounded) {
    background-color: #fff;
    color: #BFBFBF;
    border: none;
}

/* END BUTTONS */

/* TIPOGRAPHY  */

.liga-title {
    font-size: 24px;
    color: #454545;
    text-align: left;
}

.aviso{
    background-color: crimson; 
    color: white; 
    text-align: center; 
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
}

/* END TIPOGRAPHY */