/* $Id: loginIframe5251.css 17421 2019-11-14 11:15:43Z hauser $ */
@import "/h/fileadmin/system/public/stylesheets/font-awesome.css";

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	background-color: #f3f5f7;
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	color: #212c43;
}

h2{
	display: none;
}

.registerbox{
	background-color: #f3f5f7;
	border: none;
}

.registerbox p{
	padding: 0;
	margin: 0;
}

#boxenleft{
	width: 290px;
}

input{
	width: 100%;
	padding: 9px 14px 10px 14px;
	font-size: 13px;
	background: #f3f5f7;
	border: 1px solid #e3e8ec !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-appearance: none;
	margin-bottom: 20px;
	margin-top: 0 !important;
}

#fpassword{
	width: 90% !important;
}

input::placeholder, textarea::placeholder {
    color: #212c43;
    opacity: 1;
}

#flogin-tip, #pw-tip{
	display: none !important;
}

.cssbutton,
.cssbutton:hover {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cssbutton,
.cssbutton:hover {
    padding: 2px 42px 5px 41px;
    font-size: 20px !important;
    text-shadow: 0 1px 0 rgba(33, 44, 67, 0.3);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
	border: solid 1px;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.cssbutton,
.cssbutton:hover {
    color: #fff;
	background-color: #5688c9;
	border-color: #5688c9;
}

.cssbutton,
.cssbutton:hover {
    margin: 0 0 20px 0;
}

#forgPw,
.emlChk5505{
	display: none !important;	
}

#lblAppearing label{
	display: none !important;
}
div#lblAppearing{
	position: static !important;
	margin-top: 0 !important;
}
#eye_fpassword{	
    position: absolute;
    right: 10px;
    top: 75px;
    display: block !important;
}
.fieldError, input.dfltErr{
	background: inherit !important;	
	font-weight: inherit !important;
	color: inherit !important;	
}
