@charset "utf-8";
/* CSS Document */

.health-connect {
	padding-top:30px;
	text-align:center;
	}
.health-connect-img {
	width:110px;
	margin:auto;
	}
.health-connect h5 {
	color: #676767;
    font-family: 'open-sans-lt';
	}
.health-connect h5 span , .health-connect p span {
    font-family: 'open-sans-regular';
	}
.health-connect p {
    color: #676767;
    font-family: 'open-sans-lt';
    margin: 30px 0px;
}
.health-connect .btn-sos {
    margin-top: 15px;
}
.left-arrow {
	padding:20px;
	}
.login-using-btn-div div {
    display: inline-block;
    margin: 0px 10px;
    margin-bottom: 20px;
}
.login-using-btn-div div img {
    width:80px;
}
.login-using-btn-div div.active img {
    width:100px;
}

span.field-icon {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
	color: #676767;
}

.add-recipient a {
    padding: 7px 10px;
    border: 1px solid #cecdcd;
    border-radius: 20px;
	color:#9e9e9e;
}
.border-btm {
	width:20px;
	height:1px;
	background-color:#9e9e9e;

}