.blue_bg_full_page{    width: 100vw;
    height: 100vh;
    background: #112e54;
    background: url(../images/login_bg.jpg) no-repeat left top #fff;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: right;
    background-size: contain;
 

}
 
 
/*.center_container {
    width: 100%;
    max-width: 567px;
    background: #fff;
    min-height: 100vh;
    padding: 0px 60px 0px 40px;
}

.login_body {
    padding: 40px 20px 0 40px;
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow: auto;
}*/

.login_body {
    padding: 0px 20px 0 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    justify-content: center;
}

.center_container {
    width: 100%;
    max-width: 567px;
    background: #fff;
    min-height: 100vh;
    padding: 0px 60px 0px 40px;
    display: flex;
    align-items: center;
}





.login_body form{width: 100%;}

.heading_login {
    margin: 25px 0;
    font-weight: 600;
    font-size: 3rem;
}

 
 
 
.login_body legend {
    border: none;
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 10px;
    color: #606060;
}
.brand img {
    max-width: 130px;
}


.form-group label {
    font-size: 1.5rem;
    font-weight: normal;
}

.form-control {
    font-size: 1.4rem;
    box-shadow: none;
    padding: 10px;
    height: 42px;
    border-color: #000;
}

.form-group {
    display: block;
    margin: 20px 0;
}


.btn.btn-primary {
    margin: 15px 0px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.5rem;
}

.copyright_footer {margin-top: auto; text-align: center;}


.login_reset {
    background: no-repeat;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media  (max-width: 991px) {

    .center_container {
   
    margin: auto;
}
    .blue_bg_full_page {
    background:#112e54;}
  .travelution_logo_mobile {
    display: inline-flex !important;
    max-width: 220px;
}
  .brand img {
    max-width: 130px;
    padding-right: 20px;
    border-right: 1px solid #112e54;
    margin-right: 20px;
}
    .mobilelogos img {
        display: inline;
    }

}

@media only screen and (max-width: 600px) {
    .login_body{ padding: 0;}
    .center_container {
        width: 100%;
        max-width: 567px;
        background: #fff;
        min-height: 100vh;
        padding: 0 10%;
    }
    .travelution_logo_mobile {
    display: inline-flex !important;
}
  }







