/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');*/


.wrapper{
	/*min-height: 100vh;*/
   /* display: flex;*/
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.registration_form{
	box-shadow: 0px 4px 20px 0px #c1c1c1;
	/*background: #345069;*/
	padding: 25px;
	border-radius: 5px;
	width: 750px;
}

.registration_form .title{
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 700;
    color: #5d5d5d;
    text-align: left;
    padding-bottom: 10px;
}

.form_wrap{
	margin-top: 10px;
}

.form_wrap .input_wrap{
	margin-bottom: 15px;
	width: 300px;
}

.form_wrap .input_wrap:last-child{
	margin-bottom: 0;
}

.form_wrap .input_wrap label{
	display: block;
	margin-bottom: 3px;
}

.form_wrap .input_grp{
	display: flex;
	justify-content: space-between;
}

/* .form_wrap .input_grp  input[type="text"]{
	width: 165px;
}

.form_wrap  input[type="text"]{
	width: 100%;
	border-radius: 3px;
	border: 1px solid #9597a6;
	padding: 10px;
	outline: none;
}

.form_wrap  input[type="text"]:focus{
	border-color: #ebd0ce;
} */

.form_wrap ul{
	background: #fff;
	padding: 8px 10px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
}

.form_wrap ul li:first-child{
	margin-right: 15px;
}

.form_wrap ul .radio_wrap{
	position: relative;
	margin-bottom: 0;
}

.form_wrap ul .radio_wrap .input_radio{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.form_wrap ul .radio_wrap span{
	display: inline-block;
	font-size: 14px;
	padding: 3px 20px;
	border-radius: 3px;
	color: #545871;
}

.form_wrap .input_radio:checked ~ span{
	background: #ebd0ce;
}

.form_wrap .submit_btn{
	width: 100%;
	background: #ff8000;
	padding: 10px;
	border: 0;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
}

.form_wrap .submit_btn:hover{
	background: #ffd5d2;
}

.zvyrazTableRadek {
    background-color: #f2f5f9;
}
.dijitDialogPaneActionBar {
	background-color: #efefef;
	padding: 8px;
	border-top: 1px solid #d3d3d3;
	height: 37px;
	text-align: center;
	margin:-25px;
	
}

.oa_regInput{
	
	
}

