.logonMenusBar {
	display: flex;
	flex-direction: row;
	align-items: center;
   	justify-content: space-around;
   	color: white;
   	margin-top: 50px;
   	margin-bottom: 30px;
}

.logonMenu {
	background-image: url('../images/industryCloud/operationing.png');
	background-size: 100% 100%;
	width: 20%;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
   	justify-content: center;
}

.logonMenuSelected {
	background-image: url('../images/industryCloud/operationed.png');
}

.logonAgreeCheckBar {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 50px;
}

.logonNextBar {
	margin-bottom: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
   	justify-content: center;
}

.logonInfoBar {
	margin-top: 20px;
	padding-left: 20%;
	padding-right: 20%;
}

#logonOKBtn {
	margin-top: 20px;
}

#iconSendSMS {
	display: block;
    width: 100%;
    height: 100%;
    background-color: white;
}

#iconSendSMS img {
    width: 24px;
    height: 24px;
}