.acc_start_top {
	display: flex;
	flex-wrap: wrap;
	margin: 0 1%;
}

@media screen and (max-width: 380px) {
	.acc_start_greetings {
		width: 100% !important;
	}
	.acc_start_rebate {
		width: 100% !important; 
		justify-content: center !important;
		margin-bottom: 1em;
	}
}

.acc_start_greetings {
	width: 60%;
}

.acc_start_rebate {
	width: 40%; 
	display: flex; 
	justify-content: flex-end
}

.acc_tipp {
	border: 1px solid green;
	border-radius: 3px;
	background: #b4fbb4;
	width: 98%; 
	margin: 0 1%;
	min-height: 40px;
	padding: 10px 2%;
	box-sizing: border-box;
}

.acc_main_menu {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width:480px) {
	
	.acc_menu {
	
		width: 48% !important;
		height: 120px;
		border: 0px solid #ccc;
		background: #f5f5f5;
		text-align: center;
		margin: 0 1% 10px 1% !important;
		box-sizing: border-box;
		
	}
	
}

.acc_menu {
	
	width: 31.5%;
	height: 120px;
	border: 0px solid #ccc;
	background: #f5f5f5;
	text-align: center;
	margin: 0 0.9% 10px 0.9%;
	box-sizing: border-box;
	
}

.acc_input_field {
	
	height: 40px;
	border-radius: 2px;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #aaa;
	width: 200px;
	
}

.acc_input_select {
	
	width: 180px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
	
}

.acc_menu:hover {
	
	border: 0px solid #aaa;
	background: #efefef;
	
}

.acc_menu a {
	
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #000;
	
}

@media screen and (max-width:700px) {

	.acc_login {
	
		position: relative;
		width: 98% !important;
		padding-left: 1%;
		margin: 0 1% 10px 1%;
		float: initial !important;
		border-left: 0px solid #ccc !important;
		min-height: initial !important;
		
		
	}
	
	.acc_login:first-of-type {
	
		border-bottom: 1px solid #ccc !important;
		margin-bottom: 10px;
		padding-bottom: 25px;
		
	}
	
	.borderchange {
	
		border-bottom: 1px solid #ccc !important;
		margin-bottom: 10px;
		padding-bottom: 25px;
		
	}

}
.acc_login:first-of-type {
	
	border-left: 0px solid #ccc !important;
	
}
.acc_login {
	
	position: relative;
	width: 46%;
	padding-left: 1%;
	margin: 0 1% 10px 1%;
	float: left;
	border-left: 1px solid #ccc;
	min-height: 360px;
	
}

.acc_login_submit {
	
	height: 41px;
    line-height: 41px;
    width: 200px;
    background: #14294b;
    font-weight: 700;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 0;
	
}

.acc_std_button {
	
	height: 41px;
    line-height: 41px;
    width: 200px;
    background: #14294b;
    font-weight: 700;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 0;
	
}

.acc_login_submit:disabled {

	background: #ccc;
	cursor: default;

}

.acc_login_submit:not(:disabled):hover {
	
	background-color: #314668;
	
}

.borderchange {
	
	border-left: 0px solid #ccc !important;
	
}

.acc_form_container {
	
	position: relative;
	width: 300px;
	margin-left: 50%;
	left: -150px;
	
}

.acc_create_addr {
	
	background: #f5f5f5;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 0px solid #ccc;
	cursor: pointer;
	
}

.acc_create_h1 {
	
	color: #14294b;
	
}

.acc_create_addr:hover {
	
	/* background: #f6f6f6; */
	/* border: 1px solid #aaa; */
	
}

.ra_tf {
		
	min-width: 270px;
	height: 40px;
	border-radius: 2px;
	line-height: 40px;
	padding: 0 15px 0 15px;
	border: 1px solid #aaa;
	width: 200px;
	
}

.pc_tf {
	
	min-width: 245px; 
	height: 40px;
	border-radius: 2px; 
	line-height: 40px;
	padding: 0 15px 0 40px;
	border: 1px solid #aaa;
	width: 200px;
	background-image: url(/skin/images/account/padlock.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 20px 20px;
	background-position: 10px 10px;
	
}

.icon_button {
	display: flex !important;
	justify-content: space-between;
	padding: 0;
}

.icon_button span {
	display: block;
	flex-grow: 1;
}

.icon_button span:first-of-type {

	border-right: 1px solid rgba(255,255,255,0.3);
	max-width: 41px;
	text-align: center;

}