.logo_dpworld {
	display: block;
	margin: auto;
	width: 150px;
}

.login_box {
	width: 380px;
	margin: 0 auto 24px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.top_b {
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: 100 18px/42px 'PT Sans', sans-serif;
    height: 42px;
    padding: 0 20px;
    background: #e0e0e0;
    border-bottom: 1px solid #ccc;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    font-size: 22px;
   
}

.cnt_b {
	padding: 30px 0;
	width: 66%;
	margin: 0 auto
}

.btm_b {
	padding: 12px 0px 2% 25%;
	border-top: 1px solid #e7e7e7;
	background: #f7f7f7;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px
}

.links_b {
	width: 100%;
	font-size: 11px;
	text-align: center;
	position: absolute;
	bottom: -24px
}

.link_reg {
	font-size: 11px;
	padding: 5px 0 0;
	display: block
}

.alert-login {
	margin: 10px 10px 0
}
.version{
	display: flex;
    /* margin-bottom: 6px; */
    /* text-align: center; */
    margin-left: 40px;
    margin-top: 21px;
    font-weight: bold;
}