body {
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    background-image: url(../images/bg.png);
}

img#logoCabecera {
    flex: none;
    order: 0;
    flex-grow: 0;
}

div.cabecera {
    padding: 2rem 1rem;
}

div.subtitulo{
    font-family: 'FFMiloBold';
    font-style: normal;
    font-size: x-large;
    line-height: 44px;
    text-align: center;
}

.pasos {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    margin: 2rem 0px;
}

div#paso1 {
    background: #39B54A;
    border-radius: 54px;
    color: #ffffff;
    padding: 0.5rem 2rem;
    width: 150px;
    font-weight: bold;
    font-family: 'FFMiloBold';
    text-align: center;
    z-index: 1;
}

div#paso2 {
    background: #CBC9C9;
    border-radius: 54px;
    padding: 0.5rem 4rem;
    color: #fff;
    margin-left: -46px;
    top: 0px;
    z-index: 0;
    font-family: 'FFMiloBold';
}

div#paso1:hover {
    background-color: #519D5A;
}

div#paso2:hover {
    background-color: #666 !important;
}

.modo {
    justify-content: center;
    margin: 2rem auto;
    text-align: center;
    font-family: 'Montserrat';
    font-size: x-large;
}

div#correo {
    background: #39B54A;
    border-radius: 54px;
    color: #ffffff;
    padding: 0.5rem 2rem;
    font-weight: bold;
    font-family: 'Montserrat';
    text-align: center;
    z-index: 1;
}

div#celular {
    background: #CBC9C9;
    border-radius: 54px;
    padding: 0.5rem 4rem;
    color: #fff;
    margin-left: -46px;
    top: 0px;
    z-index: 0;
}

div#correo:hover {
    background-color: #519D5A;
}

div#celular:hover {
    background-color: #666 !important;
}


input#recupearCelular {
    width: 15rem;
    margin: 0px auto;
}

input#recupearCorreo {
    width: auto;
    margin: 0px auto;
    font-size: x-large;
}

div#formcrea {
    padding-top: 2rem;
    text-align: center;
    margin: 0px auto;
}

input.form-control {
    border-radius: 12px;
    border-style: solid;
    border-color: #4A4A4A;
    margin: 2rem 0px;
    font-size: larger;
    height: auto;
}

.col-12 .btnAvinka {
    margin: 3rem auto;
}

button#btnIngresar {
    background: #39B54A;
    border-radius: 96px;
    color: #FFFFFF;
    border: none;
    padding: 0.3rem 3rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
}

div#tcad{
    text-align: center;
}

select.form-control {
    border-radius: 12px;
    border-style: solid;
    border-color: #4A4A4A;
    margin: 2rem 0px;
    width: 100%;
    height: auto !important;
    font-size: larger;
}

select option {
	color: black;
}
select option:first-child {
	color: grey;
}
select.empty {
	color: grey;
}
/* Hidden placeholder */
select option[disabled]:first-child {
	display: none;
}

.numero {
    box-sizing: border-box;
    width: 95px;
    height: 95px;
    left: 461px;
    top: 472px;
    border: 1px solid #4A4A4A;
    border-radius: 25px;
    margin: 1rem 0px;
}

div#divnumeros {
    margin-top: 2rem;
    text-align: center;
}

input.numero {
    font-size: xxx-large;
    text-align: center;
    color: #444444;
}

div#nollega {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #4A4A4A;
}

div#second {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #4A4A4A;
}

a#linkVolver {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #39B54A;
    cursor: pointer;
}

button#btnContinuar {
    margin-bottom: 3rem;
}

div#second {
    margin: 2rem auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.obligatorio {
    font-size: 10px;
    color: #dc3545;
    /* font-weight: 400; */
}