#main { padding: 60px 0 0 0 !important; }
body {
background: transparent !important;
}
body {
    font: 12px/20px montserrat, sans-serif!important;
    font-weight: 200;
    background: #fff;
    color: #444;
}
.form-element input,
.form-element textarea,
#capticha {
border: 1px solid #bbb9b7 !important;
padding: 10px !important;
font-family: 'Montserrat', sans-serif !important;
font-weight: 300 !important;
color: #6c6761 !important;
background: transparent !important;
}
p {
    margin: 0 0 10px;
    font-family: 'Montserrat';
    font-weight: 400!important;
    font-size: 18px!important;
}
.form-element {
position: relative !important;
margin-bottom: 6% !important;
}
.form-element label {
font-family: 'Montserrat', sans-serif !important;
font-weight: 300 !important;
font-size: 18px !important;
background: #f7f7f7 !important;
padding: 5px !important;
margin-top: -20px !Important;
display: inline-block !important;
position: absolute !important;
margin-left: 10px !important;
}



.secure,
.submit {
background: #cca1a5 !important;
}
.submit {
font-weight: 700 !important;
color: #FFF;
font-size: 18px !important;
border: none !important;
}
textarea {
min-height: 200px !important;
}
.flex-container {
    display: flex
}
.col-30 {
    width: 30%;
}
.col-60 {
    width: 65%;
}
.space-b {
    justify-content: space-between;
}
#pnl_captcha {
margin: 0 0 20px 0 !important;
}
a {
color: #6c6761;
}

.submit {
	font-weight: 700 !important;
	color: #FFF;
	font-size: 17px !important;
	border: none !important;
	padding: 12px 25px !important;
}

@media screen and (max-width: 800px) {
.flex-container {
flex-wrap: wrap;
}
.col-30,
.col-60 {
width: 100%;
}
}
#dsasec-container {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 300px;
    min-width: 220px;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    display: grid;
    grid-template-columns: 32% 68%;
    grid-template-rows: 35px 35px 15px;
    justify-items: baseline;
    align-items: center;
    transition: background-color 2s;
    background-color: #eee;
}
#dsasec-container #toggler-wrapper .toggler {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 40px;
    height: 35px;
    padding: 2px;
    background-color: #eee;
}

.selectbox {
    width: 30%;
    padding: 0 2%;
    background: #F0F0F0;
    margin-top: 30px;
}