body{
	font-family: "Roboto", "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;
	background: #fafafa;
}


input[type="text"], input[type="password"], input[type="email"], textarea, textarea.form-control, select.form-control {
    height: 30px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #ddd;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;

    -webkit-user-select: text;
   

    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.navbar-default {
    background: #425af2;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border: none;
    color: #fff;
    
}

.navbar-header{
	    float: none;
    display: block;
    text-align: center;
}

.navbar-brand{
	height: auto !important;
	display: inline-block;
	float: none;
	padding: 10px;
}

.navbar-brand img {
    margin-top: 9px;
    height: 36px;
}


.bodyCon{
	max-width: 600px;
	margin: 0 auto;
}

.bodyCon .form-control{
	margin-top: 12px;
	
}

.signUpOtr{
	text-align: center;
	margin-top: 24px;
}

.regGrey{
	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin-top: 24px;
}

.regGrey .regGreyHead{
	font-size: 18px;
	font-weight: 300;
}


.upperText{
	padding: 30px 0 10px 0;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	
}


.daPlans{
	margin-top: 12px;
}

.daPlans .nav-tabs{
	border-bottom: none;
}


.daPlans .list-group{
	margin-bottom: 0;
}

.daPlans .list-group-item{
	position: relative;
	border-radius: 0 !important;
}


.daPlans .list-group-item p,
.daPlans .list-group-item h4{
	padding-left: 22px;
	padding-right: 75px;
}

.daPlans .list-group-item .checkMe{
	position: absolute;
	top:13px;
	left: 15px;
}

.regMsg{
	margin-bottom: 0;
    margin-top: 3px;
}


#payment-form{
	margin-top: 20px;
}

.daFootOtr {
	border-top: 1px solid #e5e5e5;
    padding: 15px 0px;
}


.otrDon {
    max-width: 690px;
    margin: 0px auto;
}


.copyTxt {
    color: rgb(204, 204, 204);
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
}

.footLogo {
    text-align: center;
    font-size: 12px;
    padding: 4px 0px 0px;
}

.footLogo img {
    display: block;
    margin: 3px auto 0px;
}

.signUpOtr{
	margin-bottom: 28px;
}

.signUpOtr .btn{
	width: 250px;
}


.daPrice{
	position: absolute;
	right: 15px;;
	top: 28px;
	color: #d55936;
	text-align: center;
	
}

.daPrice .strike{
	text-decoration: line-through;
}

.list-group-item.active .daPrice{
	color: #fff;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	    background-color: #5299cd;
    border-color: #5299cd;
}

.signUpOtr .checkbox{
	text-align: left;
}


.ccImgs{
	    float: right;
    height: 24px;
    margin-top: -1px;
}




.nomtop{
	margin-top: 0 !important;
}

.whiteBG{
	background: #fff;
}



.regWhite{
	text-align: center;
}

.f100{
	font-size: 100px;
}

.regWhite{
	padding: 100px 0 170px 0;
}

.mb13{
	margin-bottom: 13px;
}


.regLabPre{
	font-weight: 500 !important;
}

.mt12{
	margin-top: 12px;
}

.copSuc{
	display: none;
	margin-top: 20px;
}

.copErr{
	display: none;
	margin-top: 20px;
}



input.form-control {
	height: 30px;
    font-size: 12px;
    font-size: 12px;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.075);
    border-radius: 4px;
    padding: 18px 12px;
    border: 2px solid #dcdee5;
}

select.form-control{
	padding: 0px 14px;
	height: 40px;
}



