#regLogin{
	padding-top:50px;
	padding-bottom:50px;
	
}

.login_form{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	
}

.input_container{
    margin-bottom:20px;
}


.input_container input {
    width: 100%;
    height: 37px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fbfbfb;
    border: 1px solid #888;
    margin-top: 5px;
}

select {
    width: 100%;
    height: 37px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fbfbfb;
    border: 1px solid #888;
    margin-top: 5px;
}

.btn_container{
    margin-top:30px;
	text-align:center;
}

.btn_container button {
    background: #006f84;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
}

#regLogin li{
	margin-bottom:15px;
	
}

#regLogin li:before{
	content: "\2713";
    margin-right: 10px;
    font-weight: 900;
    color: #006f84;
	
}

h2{
	margin-bottom: 30px;
	
}

@media(max-width:991px){
	.page h2::after{

		width: 100px;
	}
	
	.login_form{
		width:100%;
		
	}
	
}

@media(max-width:767px){
	.col-xs-12:first-child{
		margin-bottom: 80px;
	}
	
	.login_form{
		width:100%;
		
	}
	
}