﻿.register_form{
    padding-bottom:20px;
}

.payment_form{
    background:#272727 url("../img/panelbg.png") center center;
    width:100%;
    height:100%; 
    text-align:center;
    border:groove;
    padding-top:5px;
}
.label_payment{
   font-family: 'Arial Rounded MT';
    font-size: 20px;
    display: inline;
    text-align: left;
    margin-left: 10px;
    float:left;
    color:whitesmoke;
    width:100%;
    letter-spacing:3px;
}
   
#display_message
{
    font:bold 30px;
    color: forestgreen;
}

#btn_submit{
    text-align: center;
    background-color:darkslategrey;
    border:none;
    color:white;
    width:140px;
    height:30px;
    border-radius: 10px;
    margin-bottom:10px;
}

#submit_login {
    text-align: center;
    background-color: darkslategrey;
    border: none;
    color: white;
    width: 140px;
    height: 30px;
    border-radius: 10px;
}
#Create_ticket
{
    margin-right:10px;
    float:right;
    width:150px;
    border-radius: 10px;
}
#open_ticket
{
      margin-right:10px;
     float:right;
    width:150px;
    border-radius: 10px;
}
#Ticket_status{
    margin-bottom:10px;
}
#Create_ticket_btn
{
    width:140px;
    
}
#Change_password
{
    margin-bottom:10px;
    width:140px;
}
.btn_sucess{
    text-align: center;
    background-color: darkslategrey;
    border:  thin;
    color:white;
    width:140px;
    height:40px;
    border-radius: 10px;
    border-color:black;

}
 .btn_logout{
    text-align: center;
    background-color: darkslategrey;
    float:left;
    color:white;
    width:140px;
    height:40px;
    border-radius: 10px;
    border-color:black;

}

.textbox{
    padding-left:10px;
    background-color:lightgrey;
    color:black;
    border:2px double #848484;
   -webkit-border-radius: 15px; 
   -moz-border-radius: 15px; 
   width:100%;
}
.textbox_login{
    background-color:lightgrey;
    color:black;
    width:360px;
    border:2px double #848484;
   -webkit-border-radius: 15px; 
   -moz-border-radius: 15px; 
   
    padding: 5px 10px;
	
	
}
   .btn_fo{
       
       margin-top:-10px;
       padding-right:15px;
       float:right;
      
   }
   #pack_4999{
       font-family:'Arial Rounded MT';
   font-size:25px;
   display:inline;
  color:whitesmoke;
   float:left;
   }
   #pack_10999{
         font-family:'Arial Rounded MT';
   font-size:25px;
   display:inline;
  color:whitesmoke;
   float:left;

   }
   #pack_15999{
         font-family:'Arial Rounded MT';
   font-size:25px;
   display:inline;
  color:whitesmoke;
   float:left;
   }
   .label_text{
       font-family:'Arial Rounded MT';
   font-size:20px;
   display:inline;
   float:left;
 color:whitesmoke;
   margin-left:10px;
   }
    
.label_packs{
     font-family:'Arial Rounded MT';
   font-size:25px;
   display:inline;
  color:whitesmoke;
   float:left;
}
.label{
   font-family:'Arial Rounded MT';
   font-size:20px;
    }
.label_admin {
    font-family: 'Arial Rounded MT';
    font-size: 18px;
    display: inline;
    text-align: left;
    margin-left: 10px;
    color:darkslateblue;
}
.label_login{
   font-family:'Arial Rounded MT';
   font-size:20px;
   display:inline;
  color:darkslateblue; 
    }
.label_frget{
     font-family:'Arial Rounded MT';
   font-size:20px;
   display:inline;
   text-align:left;
   
}
#change_passwrd{
    font-family:'Arial Rounded MT';
    font-size:22px;
    display:inline;
    float:left;
    margin-left:35px;
    color:whitesmoke;
}
#conform_password{
     font-family:'Arial Rounded MT';
    font-size:22px;
    display:inline;
    float:left;
    margin-left:35px;
    color:whitesmoke;

}
#new_password{
    font-family:'Arial Rounded MT';
    font-size:22px;
    display:inline;
    float:left;
    margin-left:35px;
    color:whitesmoke;

}
.imp{
    padding-top:10px;
    padding-bottom:30px;
}
.label1{
     font-family:'Arial Rounded MT';
   font-size:larger;
   
     padding-left:10px;
    width: 90px;
}
#btn_signin {
    border: none;
    width: auto;
    color: #fff;
    float: left;
    height: auto;
    padding: 5px 10px 7px 10px;
    margin-right:20px;
}
#btn_signup{
     border: none;
    width: auto;
    color: #fff;
    float: right;
    height: auto;
    padding: 5px 10px 7px 10px;
    margin-right:15px;
}
#login_return{
     text-align: center;
    background-color: darkslategrey;
    border:  thin;
    color:white;
    width:110px;
    height:30px;
    border-radius: 10px;
    border-color:black;
   

}



