p.exito {
    font-size: 1em!important;
    padding: 0.5em!important;
    border: 2px solid #e4ece4!important;
    background: #e2ffe2!important;
}

p.error {
    font-size: 1em!important;
    padding: 0.5em!important;
    border: 2px solid #e4ece4!important;
    background: #f24242!important;
    color: white!important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0!important;
}

input[type=number] {
    -moz-appearance: textfield!important;
}

.mycheck {
    height: 1rem!important;
    width: 1.1rem!important;
    display: inline!important;
    float: left!important;
    margin-right: .6rem!important;
}

.cuestionario {
    font-family: 'Poppins' !important;
}

.asteri {
    color: red!important;
    font-size: .9rem!important;
}

.custominput {
    border-radius: 25px!important;
    font-size: 1.1rem!important;
    background-color: #f4f8fb!important;
    min-height: 50px !important;
}

.custominput33{
    text-align: center;
    border: none !important;
    border-bottom: 1px solid black !important;
    background-color: transparent !important;
    color: black !important;
    font-weight: 200 !important;
    padding: 0 !important;
    min-height: 0px !important;
    height: 25px !important;
    font-size: 1.3rem;
}

.custominput33::placeholder {
    color: black !important;
    opacity: 1 !important;/* Firefox */
}

::placeholder {
    color: black !important;
    opacity: 1 !important; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black !important;
    opacity: 1 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black !important;
    opacity: 1 !important;
}


.mycheckbox {
    background-color: #000000;
    color: white;
    margin-right: 10px;
}

.etiqueta {
    font-size: 1rem!important;
    font-weight: 600!important;
    color: #2b3c46!important;
    margin-bottom: 0px!important;
}

.btn-custom {
    background-color: #ff7a59 !important;
    border-color: #ff7a59 !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    width: 50% !important;
    font-size: 1.3rem !important;
    max-width: 350px !important;
}

.btnsub2 {
    background-color: black !important;
    border-color: black !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    width: 75% !important;
    font-size: 1rem !important;
    padding: 8px;
    max-width: 400px;
}

.btnsub2:hover {
    background-color: #ffffff !important;
    border: 1px solid black !important;
    color: black !important;
}


.btn-custom:hover {
    color: #ff7a59 !important;
    background-color: #ffffff !important;
    border: 1px solid #ff7a59 !important;
}

.btn-custom:active {
    color: #ff7a59 !important;
    border-color: #ff7a59 !important;
    background-color: #ffffff !important;
}

.btn-custom:focus {
    color: #ff7a59 !important;
    border-color: #ff7a59 !important;
    background-color: #ffffff !important;
}

@media (max-width:767px) {
    .btn-custom {
        width: 70%!important;
    }
}

.abajo {
    position: relative;
    height: 70px;
    width: 100%;
    border: 1px solid grey;
}

.encima {
    position: absolute;
    background-image: url(https://efactory-kaloni.com/dev/test/phptest/Lines-captcha4.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 70px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 1.5rem;
    font-weight: 600;
}