.login_logo img{
	max-width: 80%;
	margin-bottom: 30px;
}
.login_logo{
	text-align: center;
}
.small_logo{


}
.login_logo.anketa img{
	width: 100%;
	max-width: 100%;

	margin-bottom: 30px;
}
.small_logo img{
	max-width: 150px;
}
.policy_check a{
	text-decoration: underline;
}

.data-table-create th:first-child{
	width: 40% !important;
}
.data-table-create th:nth-child(4){
	width: 30% !important;
}
.data-table-create th:nth-child(2){
	width: 13% !important;
}
@media(min-width:1000px){
	table{
	   width:100%;
	   table-layout: fixed;
	   overflow-wrap: break-word;
	}
	table td {
	  word-break: break-word !important;
	  white-space: normal !important;
	}
}