body{
	overflow-x: hidden; 
}
.hide{
	display: none;
}
.bg-image-error {
    width: 100%;
}
.wrapper1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 5px 0px;
}
.color-text{
	color:#23A8BA;
	font-size:20px;
}

.Hide
{
  display:none;
}

#target {
  display:none;
}


.btn-back-home{
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 1px 2px rgba(0,0,0,.23);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000F40;
    transition: all 0.5s ease;
    background: #c3e6eb;
    border: 1px solid #d3dfea;
    border-radius:30px !important;
    font-size: 14.5px;
    padding: 10px 15px;
    width: 145px;
    text-decoration: none;
}
.btn-back-home i{
	position: relative;
	top: 1px;
    margin-right: 7px;
}
.btn-back-home:hover{
	background: #b0d1d5;
	color:#000F40 !important;
}
.btn-back-home:first-child:active{
	border-color: unset;
	background-color:unset;
}