/*
*added background Image for login page.
*/
.login-action-login{
      background-image: url('/wp-content/themes/enfold-child/assets/img/dnata_login-Background.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-color: white;
}
/*
* Changed the location of login from on page.
*/
#login{
      float: right;
      margin-right: 25%;
}
/*
* Changed the location of back text link on page.
*/
body #login #backtoblog {
      padding-left: 20px;
}
body #login .auth0-lock-header{
      display: none;
}
/*
* Changed the location of back text for Auth0 link on page.
*/
#extra-options{
      float: none;
      margin-right: 25%;
      width: 320px;
      padding: 8% 0 0;
}
#extra-options a{
      padding-left: 20px;
}
/*
* relocate the from on small screen.
*/
@media all and (max-width: 1200px) {
      #login{
            margin-right: 10%;
      }
}
@media all and (max-width: 1200px) {
      #login{
            margin: 0 auto;
            float: none;
      }
}
/*
* Style for Auth-0 from login
 */
.auth0-lock-content {
      padding: 40px 20px!important;
}

.auth0-lock-input-block {
      margin-bottom: 20px!important;
}