/* CSS Document */

.login_con p.mo_v { top: auto !important; position: absolute; bottom: 300px; }

@media only screen and (min-height:640px){
.login_con p.mo_v { bottom: 350px; }
}
@media only screen and (min-height:800px){
.login_con p.mo_v { bottom: 400px; }
}
	
@media only screen and (max-height:700px){
.event_title { height:calc(100% - 185px); min-height:300px; position: absolute; top: 15px; opacity: 0.89;}
.event_area .event_img .link_area {min-height: 400px;}

}
@media only screen and (min-height:741px){
.event_title { max-height: 390px; height:calc(100% - 37%); position: absolute; top: calc(50% - 250px); opacity: 0.89;}
}

@media only screen and (max-height:550px){
.login_con p { top: 70px;}
.login_con h1 { top: 10px; left: 20px;}
}
@media only screen and (min-height:800px){
.login_con h1 { top: 30px; left: 30px;}
}

