html, body {
      background-color:white;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.6;
	margin:0;
    height: 100%;
}
.loginform{
    margin: 150px auto;
    width: 560px;
    background-color: #ccc;
    height: 360px;
    justify-content: space-between;
    display: none;
    scroll-behavior: !important;
}
.loginform .input {
    padding: 2px 3px;
    width: auto;
    margin-top: 5px;
    justify-content: center;
    display: flex;
}
.loginform .input input {
   width: 50%;
    padding: 2px;
    border-bottom: 5px solid;
    border-radius: 5px;
	font-size:14px
}
.loginform .input .btn {
    background-color: green;
    width: 120px;
    border: 1px solid;
    border-radius: 8px;
    padding: 1rem;
    font-size: 18px;
    margin: 2rem;
    display: inline-block;
}
.loginform .input .forgot {
    background-color: green;
    border: 1px solid;
    border-radius: 8px;
    padding: 1rem;
    font-size: 18px;
    margin: 2rem;
    display: inline-block;
}
.loginform .input .cancel {
    background-color: red;
    width: 120px;
    border: 1px solid;
    border-radius: 8px;
    padding: 1rem;
    font-size: 18px;
    margin: 2rem;
    display: inline-block;
}
.loginform .btn:hover{
    background-color: blue;
    width: 150px;
    border: 1px solid;
}
.loginform h1{
     margin: 2rem;
    text-align: center;
       font-size: 30px;
    font-weight: bold;
}
.loginform label{
    font-size: 18px;
    font-weight: bold;
}

.createform{
    margin: 150px auto;
    width: 560px;
    background-color: #ccc;
    height: 360px;
    justify-content: space-between;
    display: none;
}
.createform .input {
    padding: 2px 3px;
    width: auto;
    margin-top: 5px;
    justify-content: center;
    display: flex;
}
.createform .input input {
    width: 50%;
    padding: 2px;
    border-bottom: 5px solid;
    border-radius: 5px;
	font-size:14px
}
.createform .input input:hover{
  border-color:green;
}
.createform .input .btn {
    background-color: green;
    width: 120px;
    border: 1px solid;
    border-radius: 8px;
    padding: 1rem;
    font-size: 18px;
    margin: 2rem;
    display: inline-block;
}
.createform .input .forgot {
    background-color: green;
    border: 1px solid;
    border-radius: 8px;
    padding: 1rem;
    font-size: 18px;
    margin: 2rem;
    display: inline-block;
}
.createform .input .cancel {
    background-color: red;
    width: 120px;
    border: 1px solid;
    border-radius: 8px;
    padding: 1rem;
    font-size: 18px;
    margin: 2rem;
    display: inline-block;
}
.createform .btn:hover{
    background-color: blue;
    width: 150px;
    border: 1px solid;
}
.createform h1{
     margin: 2rem;
    text-align: center;
       font-size: 30px;
    font-weight: bold;
}
.createform label{
    font-size: 18px;
    font-weight: bold;
}
.generate {
     background-color: green;
    display: none;
}


.header {
    background-color: green;
    width: 100%;
    height: 150px;
    position: relative;

}
.header h1{
   text-align: right;

}
.header .title h1{
    text-align: center;
}
#queue_form h1{
    text-align: center;
}
#button{
    background-color: #c4c4c4;
    width: 100%;
    position: relative;
}
#queue_form{
      width: 50%;
    position: relative;  
    margin: 0 15rem;
    background-color: #c4c4c4;
    display: none;
}
input,select{
     margin-left: 5%;
     border-bottom: 3px solid;
     padding: 2px;
}

 label{
    font-size: 16px;
    font-weight: bold;
    color: black;
 }
 .btnbtn {
    color:green;
    background-color:rgb(0,0,0,1);
    border-radius:6px;
    width:30%;
    margin-top:2rem;
    font-size:20px;
    font-weight:bold;

}
.btnbtn:hover {
    background-color:blue;
    font-size:24px;
		cursor:pointer;
}
.button1{
    color:green;
    background-color:rgb(0,0,0,1);
    border-radius:6px;
    width:30%;
    margin-top:2rem;
    font-size:20px;
    font-weight:bold;
    position: relative;
}
.button1:hover{
    background-color:blue;
    font-size:24px;
			cursor:pointer;
}
.tariff{
 width: 50%;
    position: relative;  
    margin: 1rem 20%;
    background-color: #c4c4c4;
    display: none;
}
#user_form
{
 width: 50%;
    position: relative;  
    margin: 1rem 20%;
    background-color: #c4c4c4;
    display: none;
}


@media(max-width:980px){

#queue_form{  
    margin: 1rem 10rem;
}
#addhicle{
    width: 55%;
}
}
@media(max-width:650px){
    #loginform .input input {
    width: 200px;
}
.loginform{
    width: 460px;
}
.createform{
    width: 460px;
}
#queue_form{  
    margin: 1rem 7%;
}
#addhicle{
    width: 65%;
}
}
@media(max-width:500px){
    input,input {
    width: 100%;
}
.loginform{
    width: 360px;
}
.createform{
    width: 360px;
}
 #queue_form{  
    margin: 0rem 0rem;
}
#addhicle{
    width: 100%;
}
}