body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    font-size: 11pt;
    padding: 0px;
    line-height: 1.4em;
	background:#f0f3f6;
}
.login-form-input form{
    background: #fff;
    padding: 3rem !important;
}
.login-form-input img {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    max-height: 55px;
}
.login-form-input {
    position: absolute;
    width: 350px;
	max-width:90%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}
th{text-align:left}
.login-form-input input {
    width: 100%;
}
.form-group {
    margin-bottom: 1.5rem;
}
button, input[type="submit"] {
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    background: #064068 !important;
    border: 1px solid #064672 !important;
    box-shadow: 0 2px 2px 0 rgba(70, 77, 238, 0.14), 0 3px 1px -2px rgba(70, 77, 238, 0.2), 0 1px 5px 0 rgba(70, 77, 238, 0.12);
    font-size: 11pt;
}
h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 11px;
}
*{box-sizing:border-box;}
table.table {
    width: 100%;
    white-space: nowrap;
}
table.table tr:nth-child(odd),table.table-detail tr:nth-child(odd){
    background:#fafafa
}
table.table tr:first-child{
    background:#dfefee !important;
	color:#000;
	font-weight:bold;
}
.table td,.table th{padding:14px 20px;border-bottom:1px solid #ddd;}
.table-detail td,.table-detail th{padding:14px 20px;border-bottom:1px solid #ddd;}
.table-detail{margin-bottom:60px}
.login-form-input input {
	padding:0.94rem 1.94rem;
}
input,textarea,select {
    padding: 10px 20px;
    border: 1px solid #ddd !important;
    box-sizing: border-box;
    border-radius: 3px;
	max-width:100%;
}
a#webmember_forgot {
    display: block;
    text-decoration: none;
    margin: -12px 0 10px;
    font-size: 11pt;
    color: #777;
	display:none;
}
a {
    color: #ff7c7c;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
div#header {
    background: #fff;
    padding: 20px 0;
	margin-bottom:40px;
    border-bottom: 2px solid #ddd;
}
div#center {
    padding: 35px;
    background: #fff;
    border: 1px solid #ddd;
	margin-bottom:50px;
}
div#headerblok1 {
    display: flex;
	padding:0 30px;
    align-items: center;
    justify-content: space-between;
}
.dropdown-menu.open {
    visibility: visible;
    opacity: 1;
    top: 109%;
}
.dropdown.dropdown-right.logged-in-li > a {
    padding: 8px 20px;
    display: flex;
    background: #064068;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}
.dropdown.dropdown-right.logged-in-li > a svg {
    margin-left: 5px;
    margin-right: -5px;
}
.dropdown-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    min-width: 240px;
    top: 120%;
    background: #fff;
    padding: 10px 30px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 3px;
	list-style:none;
}
.dropdown-menu li a {
    text-decoration: none;
	color:#064068;
    padding: 8px 0;
    display: block;
}
div#right-head {
    position: relative;
}
@media(max-width:767px){
	.wrapper {
		overflow-y: auto;
	}
	div#headerblok1 img{height:35px}
	div#center {
		max-width: 92%;
		margin-left: 4%;
		margin-bottom:20px;
		padding:20px;
	}
	div#header {
		margin-bottom: 20px;
	}
	div#headerblok1 {
		display: flex;
		padding: 0 20px;
		align-items: center;
		justify-content: space-between;
	}
	textarea{width:100%;}
	.login-form-input {
		top: 40px;
		transform: translate(0);
		left: 5%;
	}
}

@media (min-width: 768px){
	.container{
		width: 724px;
	}
}
@media (min-width: 992px){
	.container{
		width: 940px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
}