/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 08:37:11 */
/* ログイン画面 - login
-------------------------------------------------- */
#txt_add {
	margin-top: 10px;
	padding: 5px 20px;
	color: #fff;
	background-color: #4e80c8;
}

#rtc_block_login button {
	border: none;
	background-color: #f32e49;
}
#members-pass {
	border-color: #4e80c8;
	border-width: 2px;
	transition: all ease .6s;
}
#members-pass:focus {
	border-color: #f32e49;
	background: rgba( 78, 128, 200, .2 );
}

/* banner
-------------------------------------------------- */
.rtc_banner {
	width: 200px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: all ease .6s;
	z-index: 1000;
}
.rtc_banner a img {
	transition: all ease .6s;
}
.rtc_banner a:hover img {
	transform: scale(1);
	opacity: .6;
}

.rtc_banner_buttons {
	display: flex;
	justify-content: flex-end;
}
.rtc_banner_buttons > div {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
}
.rtc_banner_buttons > div::before {
	content: '\f00d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_banner_buttons > .rtc_banner_mini {
	background-color: #f32e49;
}
.rtc_banner_buttons > .rtc_banner_mini::before {
	content: '\f2d1';
	font-size: 10px;
}

.rtc_banner.rtc_banner_minimize {
	width: 80px;
}
.rtc_banner_buttons > div {
	width: 20px;
	height: 20px;
}

@media ( max-width: 480px ) {
	
	#rtc_block_login button {
		margin-top: 20px;
		width: 100%;
	}
	
	.rtc_banner {
		padding: 0;
		width: 150px;
		right: 15px;
		bottom: 75px;
	}
	.rtc_banner a {
		display: block;
	}
}
