*{
	outline: none;
}
.cursor{
    cursor: pointer;
}
.head-controls{
	position: relative;
    display: block;
    clear: both;
    height: 40px;
}
.clear{
	clear: both;
}
.col{
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}
.col .col-2 {
	flex: 0 0 50%;
	max-width: 50%;
}
.d-block{
	display: block !important;
    width: 100%;
}
.p-0{
	padding: 0px !important;
}
.mt-5{
	margin-top: 5px !important;
}
.mt-10{
	margin-top: 10px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mb-10{
	margin-bottom: 10px !important;	
}
.mb-20{
	margin-bottom: 20px !important;	
}
.text-center{
	text-align: center;
}
.box-section{
	width: 400px;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 0px #0000001a;
	border-radius: 8px;
	padding: 25px 42px;
	box-sizing: border-box;
	margin: 20px auto;	
	position: relative;
}
.box-section:after, .box-section:before{
	content: ' ';
	clear: both;
	height: 1px;
	display: block;
}
.b-title{
	color: #3E3E3E;
	font-family: "Lato", Sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-transform: none;
	font-style: normal;
}
.b-description{
	color: #3E3E3E;
	font-family: "Lato", Sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: none;
	font-style: normal;
}
.btn{
	position: relative;
	outline: none;
	display: inline-block;
	border-radius: 8px 8px 8px 8px;
	padding: 15px 25px 16px 25px;
	text-decoration: none !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: "Lato", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	border: 0px;
	border-top: 1px solid transparent !important;
    border-bottom: 2px solid rgba(0,0,0,0.1) !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-primary{
	color: #FFFFFF !important;
	background-color: #0071BC;
}
.btn:hover{
	background-color: #1d6291;
}
.btn-round{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.btn-next{
	width: 60px;
    height: 60px;
    text-align: center;
    padding: 0px;
    line-height: 19px;
    padding-left: 3px;
    float: right;
}
.btn-next i{
	font-size: 30px;
}
.btn-delete-contact{
    padding: 6px 13px;
    font-size: 11px;
    width: auto;
    background-color: #f44336 !important;
    border-color: #f44336 !important;
    color: #fff !important;
    margin: 0 auto;
}
.btn-delete-contact:hover{
    background-color: #bf291e !important;
    border-color: #bf291e !important;
    color: #fff !important;
}
#terms{
    padding-left: 30px;
    padding-right: 30px;
}
#terms input[type="checkbox"]{
	display: inline-block;
	vertical-align: middle;
}
#terms a{
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
#terms a:hover{
	color: #000;
	text-decoration: underline;
}
#terms span{
	font-family: 'Lato', Sans-Serif;
    text-transform: initial !important;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}
#terms span:hover{
	color: #000;
}
.divider-separator{
	border: 1px solid rgb(219 219 219 / 32%);
}
.b-title-2{
	color: #9B9B9B;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
}
p {
	text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
}
p a{
	color: #0071BC;
}
p a:hover{	
	text-decoration: underline;
}


.b-title-3{
	font-size: 1em !important;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    background-color: #f5f7ff;
    border-radius: 10px;
    color: #666666 !important;
    font-weight: lighter !important;
}
.btn-back{
	position: absolute;
    left: 0;
    top: 0;
    margin-left: 15px;
    margin-top: 52px;
    font-size: 20px;
}
.btn-back i{
	color: #0071bc;
    font-size: 28px;
}
.btn-back-circle {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	border: 3px solid #a9a9a9;
	background: #a9a9a9;
	padding-right: 4px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-back-circle:hover {
	background: #0071bc;
	border: 3px solid #0071bc;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn-back-circle i{
	color: #fff;
    font-size: 28px;
}
.btn-back-circle:hover i{
	color: #fff;
}
.input-group{
	position: relative;
}
.input-group .sesion-icon{
	margin-right: 10px;
    margin-top: 10px;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    color: #0071bc;
}
.input-group .form-control{
	color: #666666;
    text-decoration: none;
    border-width: 0px 0px 2px 0px;
    background-color: transparent;
    max-width: 300px;
    margin-bottom: 8px;
    height: 48px;
    align-items: center;
    width: 83%;
    box-sizing: border-box;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    outline: none;
}
.input-group .right-icon{
	position: absolute;
    right: 0;
    top: 0;
    margin-top: 15px;
    width: 40px;
    height: 40px;
    color: #0071bc;
}
.input-group .radio-inline{
	margin-right: 6px;
}
.input-group .radio-inline input[type="text"]{
	margin-right: 3px;
}
.width-full{
	width: 100% !important;
	max-width: 100% !important;
}

.sms-token-validator .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
    min-width: 240px;
    padding: 0 !important;
}
.sms-token-validator .inputs input {
    letter-spacing: 18px;
    width: 270px;
    height: 30px;
    line-height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #2f3152;
    font-size: 30px;
    word-spacing: 0px;
    overflow: hidden;
    text-align: center;
    -webkit-appearance: none !important;
    padding: 0 !important;
}
.sms-token-validator .inputs input::placeholder{
	color: #0071BC !important;
}
.width-620{
	width: 620px;
	max-width: 620px;
}

.contact-input {
    border-bottom: 4px dotted #dddddd;
    padding-bottom: 18px;
}

.btn-outline{
	display: inherit !important;
	width: 95%;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 13px;
	margin: 0 auto;
	color: #0071BC !important;
	font-weight: 500;
	margin-top: 20px !important;
	background-color: transparent !important;
	text-align: center;
	border: 1px solid #0071BC !important;
}
.btn-outline:hover{
	background-color: #0071BC !important;
	color: #fff !important;
}
.input-title{
	position: relative;
}
.switch {
    position: absolute;
    display: block;
    top: initial;
    right: 0%;
    bottom: 0;
    width: 51px;
    height: 26px;
    margin: 5px 0 0 31px;
}
.switch input {
    -webkit-appearance: none;
    opacity: 0;
    width: 0;
    height: 0;
}
.switch input, .switch textarea {
    color: #666666;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
}
.switch input[type=checkbox] {
    -webkit-appearance: checkbox;
}
.switch input[type="radio"], .switch input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}
.switch .slider.round {
    border-radius: 30px;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}
.switch .slider.round:before {
    border-radius: 50%;
}
.switch input:checked+.slider {
    background-color: #4caf50;
}
.switch .slider.round:before {
    border-radius: 50%;
}
.switch input:checked+.slider:before {
    transform: translateX(26px);
}

.helper-block {
    border-radius: 10px;
    border: 4px #0071bc dashed;
    background-color: transparent;
    display: block;
    padding: 10px;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 15px;
}

.steps-number{
	position: absolute;
	right: 0;
	font-size: 26px;
}
.page-now{
    margin-right: 5px;
    color: #0071bc;
}
.page-separator{
    margin-right: 5px;
    color: #0071bc;
}
.page-total{
	color: darkgrey;
}


.jconfirm .jconfirm-holder{
	width: 400px;
	margin: 0 auto;
}
.jconfirm-title-c .jconfirm-icon-c{
    width: 30px;
}
.jconfirm-title-c .jconfirm-title{
    font-weight: 400;
    text-transform: none;
	width: calc(100% - 50px);
    font-size: 16px !important;    
}
.jconfirm-content{
	font-weight: 300;
    text-transform: none;
	font-size: 14px !important;
}
.warning{
    font-size: 13px;
    line-height: initial;
    color: red;
    text-transform: initial;
    margin-top: -5px;
    padding-bottom: 10px;
}
.show-error{
    border-bottom: 1px solid red !important;
}
.input-content{
    position: relative;
    margin-top: 15px;
}
.input-cover{
    display: block;
    width: 100%;
    background: #0071bc;
    height: 55px;
    z-index: 9;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 55px;
    text-align: center;
}
.input-cover:hover{
    background: #065e99;
}
.input-control{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}




@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 150, 200;
        stroke-dashoffset: -35;
    }
    to {
        stroke-dasharray: 150, 200;
        stroke-dashoffset: -200;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 150, 200;
        stroke-dashoffset: -35;
    }
    to {
        stroke-dasharray: 150, 200;
        stroke-dashoffset: -200;
    }
}



.loader {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    overflow: hidden;
}
.loader .spinner-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.preload-loader path,
.spinner-loader path {
    fill: none;
    stroke-width: 6;
}
.preload-loader .preload-loader-circlebg,
.spinner-loader .spinner-loader-circlebg {
    stroke: #b5b5b5;
}
.preload-loader #preload-loader-circle {
    -webkit-transition: stroke-dashoffset 0.2s;
    transition: stroke-dashoffset 0.2s;
    stroke: #f01612;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}
.spinner-loader {
    -webkit-animation: rotate 2.2s linear infinite;
    animation: rotate 2.2s linear infinite;
}
.spinner-loader #spinner-loader-circle {
    -webkit-transition: stroke-dashoffset 0.2s;
    transition: stroke-dashoffset 0.2s;
    stroke: #fff;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    -webkit-animation: dash 2s ease-in-out infinite;
    animation: dash 2s ease-in-out infinite;
}
.preload-loader path, .spinner-loader path {
    fill: none;
    stroke-width: 6;
}
.set-photo{
    margin-top: 20px;
}

.link-recovery{
    float: left;
    margin-top: 20px;
    color: #3E3E3E;
}
.link-recovery:hover{
    color: #0070BB;
    text-decoration: underline;
}

@media screen and (max-width: 700px){
    .box-section {
        width: 100% !important;
        padding: 25px 34px !important;
    }
    .col .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.relation_user{
    background: #f5f7ff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}