.logo2 {
   margin-top: 20px;
}
#header {
   height: 100px;
}
.agent-thankyou{
   width: 600px;
   margin: auto;
   display: table;
}

.agent-thankyou .message, .agent-thankyou .action{
   width: 100%;
   display: flex;
}

.agent-thankyou .message{
   margin-bottom: 30px;      
}

.agent-thankyou .message span{
   color: #00245D;   
   margin: 10px;
   text-align: center;
   display: block;
   width: 100%;
   font-size: 25px;
}

.goto-booking , .goto-dashboard{
   display: inline-block;
   width: 50%;
   padding: 10px;
}

.goto-booking a, .goto-dashboard a{
   background-color: #F16522;
   display: block;
   padding: 10px;
   color: #fff;
   text-align: center;
   border: 1px solid #D54601;
   font-size: 19px;
   font-weight: bold;
   text-shadow: 1px 1px 1px #B73B00;
   text-decoration: none;
}

.reg-login {
   display: table;
   margin: auto;
   width: 500px;
   height: auto;
   border: 1px solid #ccc;
   padding: 10px 15px;
   position: relative;
   top:100px;
}

.login, .registration {
   display: table-cell;
   width: 50%;
}
.login{   
   padding-right: 10px;
   border-right: 1px solid #ccc; 
}
.registration {
   padding-left: 10px;
   /*vertical-align: middle;*/
}
.login-form label{
   padding-left: 0;
}

.msg-box {
   display: none;
   position: absolute;
   width: 100%;
   box-sizing: border-box;
   box-shadow: 0 8px 12px -10px #333;
   text-align: center;  
   z-index: 9999;
}

.msg-box span{
   width: 100%;
   display: block;
   padding: 5px;
   font-size: 14px;
   box-sizing: border-box;
   white-space: pre-line;
}

.show-error, .show-info, .show-success{
   display: block;
   cursor: pointer;
}

.show-error {
   background: #fccac1;
   border-bottom: 1px solid #ffd6cf;
   color: #CC1E00;
}

.show-info {
   background: #D9F3FF;
   border-bottom: 1px solid #0075AD;
   color: #00496B;
}

.show-success {
   background: #effeb9;
   border-bottom: 1px solid #c1d779;
   color: #3C5A01;
}

.loading_overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.7);
}

.loading {
    float: left;
    background: #fff;
    width: 135px;
    height: 54px;
    left: 50%;
    font-size: 14px;
    top: 50%;
    margin-left: -90px;
    position: relative;
    background-repeat: no-repeat;
    margin-top: -27px;
    text-align: right;
    vertical-align: middle;
    display: block;
    line-height: 52px;
    background-image: url("../img/loader.gif");
    background-position: 12px 11px;
    border-radius: 5px;
    box-shadow: 0 0 15px -5px #000;
}

.loading span{
    margin-right: 15px;
}

