.billing-page{
    width:100%;
    height: 100vh;
    position: relative;
    padding-top: 75px;
}
.bill-container{
    width: 100%;
    height:auto;
    box-sizing:border-box;
    padding: 15px;
    background-color: #f1f1f1;
    border: 1px solid #bfbfbf;
}
.billing-page h3{
    font-family:'Barlow';
    background-color: #f1f1f1;
    padding-left: 10px;
}
.billing-page p{
    margin:0;
}
.button-holder{
    width: 100%;
    height: auto;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 15px;
    padding-bottom: 15px;
}
.bluer{
    background-color:#14679e;
}
.whiter{
    background-color:#fefefe;
}
.lipad{
    padding: 30px;
}
input:disabled{
    background-color:#fefefe;
}
.terminal-header{
    width: 100%;
    position: fixed;
    height:51px;
    background-color: #f3f1f1;
    z-index:100;
    border-bottom: 1px solid #cccccc;
}
.terminal-header .term-head-left{
    width: 50%;
    height:100%;
    position: relative;
    float: left;
    padding: 10px 25px;
}
.terminal-header .term-head-right{
    width: 50%;
    height:100%;
    position: relative;
    float: right;
    text-align: right;
    padding: 10px 25px;
}
.term-head-right h5{
    float: right;
    margin-left: 20px;
    cursor: pointer;
}
.term-head-left h5{
    font-size:21px;
    font-family:'Roboto Thin';
    font-weight:700;
}
.terminal-home{
    width: 100%;
    height:100vh;
    position: relative;
    background-color:#668bec;
    padding-top: 51px;
}
.drop-control{
    width: 110px;
    transition: all ease 0.5s;
}
.drop-control ul{
    text-align: left;
    list-style: none;
    margin: 0;
}
.drop-control a{
    color: #000;
    font-family:'Roboto';
    padding-right:25px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width:100%;
}
.drop-control a:hover{
    background-color:#668bec;
}
.dropdown-pane{
    padding: 10px 0px;
}
.terminal-home .welcome-title{
    width: 100%;
    height:123px;
    position: relative;
    top: 30px;
}
.welcome-title .welcome-container{
    margin: 0 auto;
    width: 475px;
    height: 100%;
    position: relative;

}
.clear-fix{
    clear:both;
}
.welcome-container h3, img{
    font-family:'Saira';
    float: left;
    color: #fefefe;
    font-weight:500;
    margin-right: 15px;
}
#padder{
    padding-top: 10px;
}
.liner{
    height: 130px;
    width: 100%;
    position: relative;
    padding-top: 35px;
    text-align: center;
}
.liner h3{
    color: #fefefe;
    font-weight: 400!important;
    font-family: 'Raleway';
}
.thumb-container{
    width: 100%;
    height:auto;
    position: relative;
    text-align: center;
}
#float-right{
    float:right;
    margin: 0;
}
.round-button{
    width: 230px;
    height: 230px;
    background-color: #0054a5;
    border: 15px solid #fefefe;
    border-radius: 115px;
    margin: 0 auto;
    margin-top: 40px;
}
.thumb-container h5{
    color: #fefefe;
    font-family: 'Saira';
    margin-top: 20px;
    font-size: 25px;
}
.reg-page{
    width: 100%;
    height:100%;
    position: relative;
    padding-top: 70px;
}
.form-container{
    margin: 0 auto;
    height: auto;
    width:68%;
    position: relative;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 40px;
}
.top50{
    top: 50px;
}
.form-container input{
    height: 30px;
}
.form-container label{
    width:auto;
    height:30px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 3px;
    padding-left: 8px;
    text-align: left;
    font-weight: 600;
    background-color: #bfbfbf45;
}
.form-container h2{
    text-align: center;
    font-family:'Saira';
    color:#fefefe;
}
.form-container h5{
    background-color: #bfbfbf;
    padding: 0 10px;
}
.form-container hr{
    margin: 10px;
}
.no-border{
    border: none!important;
}
.no-margin{
    margin: 0;
    transform: translateY(35%);
}
.red{
    background-color: #717171;
}
.button:hover{
    background-color: #0a0a0a;
}
.button{
    margin-top: 10px;
    margin-bottom: 0;
}
.widther{
    width: 95%;
    background-color:#14679e;
}
