/*
Theme Name: Bootstrap Basic4 Child
Template: bootstrap-basic4
*/

.bg_image{
	min-height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

html,
/*body {
  height: 100%
}*/

/*body{
	overflow: hidden;
}*/

.main-div{
	height: 100%
}

.new_form_div{
	text-align: center;
    background-color: #FFFFFF;
    border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form_field{
	width: 100%;
    margin: 3px 0;
    border-radius: 5px;
    padding: 5px 20px;
    font-weight: 900;
    height: 60px;
    border: 1px solid #ccc;
}

.row{
	margin: 0 !important;
}

.no-padding{
	padding: 0 !important;
}

@media only screen and (max-width: 768px) {
	.bg_image{
		display: none;
	}
}