@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
body
{
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-size:16px;

}
#wrapper
{
	background:#dfe6e9;
	padding:0 0 80px 0;
}
.frm {
    border: 0;
    padding: 50px;
    box-shadow: 2px 5px 20px 2px #ccc;
    background: #fff;
}
 .frm p{ font-size:18px;}
h2.main-title{ font-weight: 600; border-bottom: 1px solid #ccc; padding:0 0 5px 0; margin-bottom: 20px; }
.rules{ font-size:14px; }
.highlight{font-weight: 700; color: red;}
.warn{ color: red; }
#wrapper h5 {
    font-size: 20px;
    margin: 20px 0 0 0;
    font-weight: 600;
    text-transform: capitalize;
}
.others.form-control{ width: 50%; }
#region_select{ margin-bottom: 10px; }
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.pt{    margin-right: .75rem;}
.p0 {
    padding: 0 0 0 20px;
}
.floatLabel.others.form-control {
    margin: 0;

}
.p0 .form-check-label {
    margin-bottom: 0;
    width: 100%;
}
.form-group {
    margin-bottom: 2px;
}
#holder-error {
    color: red; float: right;

}
label{ font-size:18px;}
.btn-dark.btn-new{margin:20px 0 0 0;}
.form-control{ margin-bottom: 10px; }
.error
{
	color: red;
}


.form-group{margin-bottom: 2px;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 20px 0;}
#wrapper h5{ font-size:22px;}