﻿.link-block.tel {
    margin: unset;
}

.area_file {
    cursor: pointer;
    width: 175px;
    height: 48px;
}

input[type=file] {
    position: absolute;
    width: 175px;
    height: 48px;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    cursor: pointer;
}

.logotipo {
    cursor: pointer;
    position: absolute;
}

.div-block-18 {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.checkbox-label a {
    color: #76a1cb;
    text-decoration: underline;
}

.ver_off {
    width: 100%;
    background-color: #dddddd;
    color: #333;
    border: none;
    border: 0px !important;
    box-shadow: none;
    cursor: default !important;
}

    .ver_off:hover {
        width: 100%;
        background-color: #dddddd;
        color: #333;
        border: none;
        border: 0px !important;
        box-shadow: none;
        cursor: default !important;
    }

.ver {
    width: 100%;
}

.loading {
    width: 40px;
    left: 50%;
    position: relative;
    margin-left: -20px;
}

.rojo {
    border: 1px solid red;
}

.pswd {
    font-size: 13px;
    color: #ff0000;
}

.pswd_ok {
    font-size: 13px;
    color: #40ca18;
}
.verificar_telefono, .verificar_timer,  .verificar_nuevo, .verificar_loading, .verificar_verificado {
	width: 140px;
	height: 46px;
    background-color:#288397;
	margin-left: 5px;
	color: #FFF;
	border-radius: 5px;
	background-image: url(../images/verify.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 2% 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 20px;
	font-size: 16px;
	cursor: pointer;
}
.verificar_verificado
{
    background-color:#559728;
    cursor:not-allowed;
    width: 160px;
  padding-left: 30px;
}
.verificar_timer {
    background-image: url(../images/hourglass.png);
    background-size: 23px;
    background-position: 8%;
    background-color: #A6A6A6;
    cursor: not-allowed;
}
.verificar_loading {
	background-image: url('https://demo2.ipos.mx/dream/images/waitingv2.svg');
	background-color: unset;
	background-position: 50% 50%;
}
.verificar_nuevo {
    background-image: url(../images/share.png);
}
.verificar_nuevo {
    background-image: url(../images/share.png);
    background-size: 18px;
    background-position: 8%;
    background-color: #42796C;
}
.verificar_nuevo:hover{
    background-color:#4C9583;
}
.verificar_telefono:hover{
	background-color: #51757d;
}
.digitos {
	display: flex;
	gap: 5px;
	width: 79%;
	margin-bottom: 15px;
}
.digitos input {
	width: 100%;
	height: 70px;
	border-radius: 5px;
	border: 1px solid #d3d8e1;
    text-align: center;
  font-size: 40px;
}
.digitos_instrucciones {
	margin-bottom: 5px;
	color: #666;
}
.digitos_error {
	font-size: 13px;
	color: #ff0000;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #ff0000;
}