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

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

a{
	color:#a40119 !important
}

a.btn{
	color:#fff !important
}

.form-control:focus {
		border-color: #a40119;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(64, 108, 60);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(64, 108, 60);
}

.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: #a40119;

}

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

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

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

.myP{
  margin: 20px 0px 0px 0px;
	color:#a40119;
	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: #a40119;
    color: #fff;
}

.button:hover{
  background: #d5001f;
  color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #a40119;
}
::-webkit-scrollbar-thumb:hover {
    background: #d5001f;
    cursor: pointer;
}
