body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

#my-dropzone{ border: 2px dashed #478ea7; width: 100%; min-height: 170px; }
#my-dropzone>input{display:none}
#my-dropzone>#label{position: relative; top:30px; text-align: center; width:200px; left: 50%; margin-left: -100px; font-size: 20px; color: #eeeeee; font-weight: bold;}

.my-account-header{
    font-size:20px;
    font-weight: bold;
    color: #478ea7 !important
}

.blue-border{
	border-color:#478ea7;
}

.blue-color{
	color:#478ea7;
}

a{
	color:#478ea7 !important
}

a.btn{
	color:#fff !important
}

.formBox{
	margin-top: 90px;
	padding: 50px;
}
.formBox  h1{
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 48px;
}
.inputBox{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.inputBox .inputText{
	position: absolute;
    font-size: 24px;
    line-height: 40px;
    transition: .5s;
    opacity: .5;
}
.inputBox .input{
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	border: none;
    outline: none;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}
.focus .inputText{
	transform: translateY(-30px);
	font-size: 18px;
	opacity: 1;
	color: #478ea7;

}

#sel_hours_slider{
	margin: 30px;
  width: calc(100% - 60px);
}

#topup_info{
	font-size: 20px;
	color: #478ea7;
}

#selected_hours_text, #total_cost_text{
	font-weight: bold;
  font-size: 18px;
}

#package_text, #cost_per_hour_text{
  font-size: 14px;
}

thead {
  color:#fff;
  background-color: #478ea7 !important;
}

.btn-primary {
    color: #fff;
		padding: 15px;
    background-color: #478ea7;
    border-color: #478ea7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #35697b;
    border-color: #35697b;
}

.myP{
  margin: 20px 0px 0px 0px;
	color:#478ea7;
	font-weight: bold;
}
.myH3{
	margin-top:5px
}

.bottom-links{
	width:100%;
	height:30px;
	position:absolute;
	bottom:15px;
}

textarea{
	height: 100px !important;
}
.button{
	width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #478ea7;
    color: #fff;
}

.button:hover{
  background: #35697b;
  color: #fff;
}
