@media(max-width:992px){
	.header.summit img{
		height: 50px !important;
		vertical-align:top;
		margin-top: 22px !important;
	}
	.header.summit .summitImage{
		vertical-align:top;
		margin-top: 22px !important;
		height: 50px !important;
	}
	.b3Gradient{
		min-height: auto !important;
	}
	
	.well h1{
		margin-top: 0px;
	}
	.b3Gradient{
		padding: 0px;
		background: white !important;
	}
	.loginPage {
    	position: relative;
    }
    .topNav{
	    display: none;
    }
    .logo.header{
	    position: absolute;
	     top: : 10px;
		right: 20px;
		z-index: 99;
	}
    .logo.header img{
	    height: 60px !important;
	}
	.well.body h1 {
	     color: #333333 !important;
	    margin-bottom: 50px !important;
	    padding: 50px 20px 17px 20px !important;
	   background: rgb(75,0,139);
	    background-image: -webkit-radial-gradient(100% 100%,ellipse farthest-side,#dbf6c8 20%,#1cafc6 50%,#012690 110%);
	    background-image: radial-gradient(ellipse farthest-side at 100% 100%,#dbf6c8 20%,#1cafc6 50%,#012690 110%);
	    font-size: 1.5rem !important;
	    color: white !important;
	    position: absolute;
	    width: 100%;
	    text-align: left !important;
	    top: 0;
	        box-shadow: 0 2px 6px 1px rgba(0,0,0,.14);
	}
	.box > .well{
		padding: 0px !important;
	}
	.boxAboveLogo {
    	display: initial !important;
    }
    form{
	    padding: 20px;
	    margin-top: 50px;
    }
    footer{
	    display: none;
    }
}
@media(max-width:767px){
	.logo img{
		position: relative !important;
		left: 0px !important; 
		
			/*
			left: 50% !important;
			height: 80px !important;
			transform: translateX(-50%);
			*/
		}
	.loginPage .box{
		display: inline-block !important;
	}
}
.well{
	padding: 15px 30px;
}
.well.body h1{
	text-align: center;
	color: black;
	font-size: 2.5rem;
	margin-top: 40px;
}
.b3Gradient {
	height: calc(100vh);
	min-height: 850px;
	box-shadow: 10px 0px 40px black;
	background: -moz-linear-gradient(top,  rgba(106,205,231,0.9) 0%, rgba(83,203,241,0.8) 28%, rgba(87,45,139,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(106,205,231,0.8) 0%,rgba(83,203,241,0.8) 28%,rgba(87,45,139,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(106,205,231,0.9) 0%,rgba(83,203,241,0.9) 28%,rgba(87,45,139,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6acde7', endColorstr='#cc572d8b',GradientType=0 ); /* IE6-9 */
	overflow: scroll;
	color: black;
	border-radius: 0;
	border: 0px;
}
.backgroundImage{
	min-height: 850px !important;
	height: 100vh !important;
    background-size: cover !important;
    background-position: center center;
    background-attachment: fixed;
}
.logo img{
	margin-bottom: 5px;
}
.loginPage .box{
	vertical-align: middle !important;
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
 
}
.loginPage{
	height: 100%;
    position: fixed;
    width: 100%;
    overflow: scroll;
}
.mainContent{
	min-height: auto !important;
}
body{
	color: black;
	font-size: 16px;
}
section.topNav{
    background: #f5f5f5;
    border-bottom: 1px solid #eae9e9;
    color: black;
}
section.topNav ul li a{
	font-size: 1.5rem;
	color: black;	
}
section.createPage{
	background: #f5f5f5;
}
.flex.right{
	justify-content: flex-end;
	align-items: center;
}
.box .body{
	border-radius: 0px;
	background: white;
	margin: 0px;
}
footer a.b3Link{
	color: black !important;
}
.logo img{
	height: 150px;
}
.btn.btn-signin{
	font-size: 1.6rem;
	font-weight: bold;
	background: #36a3c7;
	border-radius: 0px;
	transition: 300ms all;
	color: white !important;
	border:1px solid #36a3c7;
}
.btn.btn-signin:hover{
	background: rgba(0, 111, 177, 0.7) !important;
	border:1px solid #36a3c7;
}
.btn{
	border-radius:0px;
}
.form-control {
    height: 50px;
    font-size: 1.5rem;
    border-radius: 0px;
}
.box .footer{
	background: #D8D8D8;
	padding: 10px 20px;
}
.formLogin .has-error .form-control, .formCreate .has-error .form-control {
    background-color: #fadcd9;
    border-color: #db1802;
}

.formLogin .has-success .form-control, .formCreate .has-success .form-control {
        background-color: #e3f0dc;
    border-color: #419a18;
}

.formLogin label.error{
	font-size: 12px;
    position: absolute;
    margin-top: -2px;
}
.formLogin .has-error label, .formCreate .has-error label{
	color: #db1802 !important;
}
.create_pin_container{
	padding: 0;
	border:0px solid;
	border-color:#CCCCCC;
	border-radius:3px;
	display:inline-block;
	min-width:148px;
}
.create_pin_container label{
	display: none !important;
}
.pin_input {
    line-height: 1px !important;
    max-width: 30px;
    display: inline;
    -moz-appearance: textfield;
    margin: 5px 0 5px 5px;
    height: 30px;
    border-color: #f3f3f3;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 8px 8px 10px !important;
    appearance:textfield;
    text-align: center !important;
}
.pinExplain{
	background: rgba(51, 51, 51, 1);
	color: white;
	padding: 15px;
	margin-top: 5px;
}
.form-group.has-error .pinExplain{
	display: block !important;
}
.pin_input:focus{
	    border: 1px solid rgba(51, 51, 51, 1);
    box-shadow: none !important;
}
#create_pin_1{
	border-radius: 4px 0px 0px 4px !important;
}
#create_pin_4{
	border-radius: 0px 4px 4px 0px !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn-signin i{
	line-height: 24px !important;
}
.logo.header.summit{
	background: rgb(51, 7, 105) !important;
}
.boxAboveLogo{
	margin-top: -20px !important;
	display: table-cell;
	vertical-align: middle;
}
.boxAboveLogo h1{
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
.create_pin_container{
	background: transparent;
}
.copyrightsAjax{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.notMember{
	font-size: 2rem;
	margin-bottom: 5px;
}
.createAccountLink{
	font-size: 1.3rem;
}
.wellRegister{
	padding: 30px 40px !important;
}
.form-group.terms{
	font-size: 1.3rem;
}
label.error{
	font-size: 1.3rem;
}
.formCreate .has-error .form-control {
    background-color: white;
}
.btn.btn-signin {
    background-color: #50d2f9;
    color: #fff !important;
    box-shadow: 0 0 30px 1px rgba(0,0,0,.15);
     border-radius: 10em !important;
     font-size: 15px !important;
    font-size: 2rem !important;
    line-height: 3em!important;
    font-weight: 700 !important;
}
.modal-dialog.modalLogin .well{
	padding: 0px !important;
}