section {
	padding:0!important;
}

body {
	font-family:"Source Sans Pro",sans-serif;
	background:none transparent;
}


.btn-lg, .btn-group-lg>.btn, .btn-success:hover {
           padding: 0;
    font-size: 30px;
    line-height: 1.3333333;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #262b66!important;
    color: #262b66;
    height: 240px;
		-webkit-box-shadow: 10px 10px 0px -2px rgba(38,43,102,1);
-moz-box-shadow: 10px 10px 0px -2px rgba(38,43,102,1);
box-shadow: 10px 10px 0px -2px rgba(38,43,102,1);
	    width: 99%;
	    white-space: normal;
}


.btn-success::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid #262b66;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    bottom: 10px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;

}

.form-group {
	text-align: center!important;
}

.form-group a {
	color:#262b66;
}


.container {
	   padding:0;
}

.form-control, input {
	background-color:#F9F9F9!important;
}


.form-control {
border: 1px solid #262b66;
    border-radius: 0px!important;
	height: 50px;
	-webkit-box-shadow: 10px 10px 0px -2px rgba(38,43,102,1);
-moz-box-shadow: 10px 10px 0px -2px rgba(38,43,102,1);
box-shadow: 10px 10px 0px -2px rgba(38,43,102,1);
	    width: 99%;
}


label {
	color:#666666;
	font-family: 'Oswald', sans-serif;
}


.help-block  li {
	font-size: 11px;
    margin: -14px 0;
    background: #E63036;
    color: #fff;
}

.help-block ul {
list-style: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width:370px) {
		
	.col-xs-6 {
    width: 100%;
}
	
	.btn-lg, .btn-group-lg>.btn, .btn-success:hover {
		height:180px;
	}
	
	.col-xs-6 img {
	display: none!important;
}
}

