@charset "utf-8";
/* CSS Document */
.on{display:inline-block;}
.off{display:none;}
.login-but{position: absolute; right: 15px; top:15px; z-index:120;}
	.login-but a{text-decoration:none; font-weight:600; color:#ffffff;}
	.login-but a:hover{text-decoration:none; font-weight:600; color:#3DAEDE;}
.popup_cont{width: 100%; max-width: 450px; position:relative; z-index:120;}
.popup{border-radius: 20px; border: 0;}
.popup_content iframe{width: 100% !important; height: 430px !important;}
.popup_close{top: -7px !important; font-size: 30px;}
.popup_close:hover {color:#3DAEDE !important;}
.in-txt{border-radius: 50px; box-shadow: none; border: 1px solid #DDE3E6;text-align: center; color: #76808a !important; width:100%; height: 60px; outline:none;}
.in-txt:focus{border-radius: 50px; box-shadow: none; border: 2px solid #3DAEDE;}
.form-subm{border-radius: 20px; border: 2px #3DAEDE solid; padding: 13px; background: none; margin-top:5px; outline:none; color:#3DAEDE;}
form table{width:100%; max-width:450px;}
form table tr td{ padding:15px 5px;}
.error{position: absolute; right: 15px; top: 31px; z-index:120; color:#F00; font-size: 15px;}
#version{display: none; position: absolute; top: 143px; right: 50%;  margin-right: -13px;color: rgba(0,0,0,0.5);}
	#logo:hover + #version {display:inline;}