/* Change background image and font family */

body {
  background: url('/blog/wp-ttn-blog/uploads/2021/06/blog-login.png') no-repeat;
  background-size: 100% 100%;
  
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url('/blog/wp-ttn-blog/uploads/2021/06/TTN-Logo-white.png');
   width: 139px;
  height: 87px;
 background-size: 139px 87px;
}
 
/* Add a few changes to the color and style of form itself */

.login form .input {
  font-weight: normal;
}
 
.login #backtoblog a, .login #nav a {
  color: #4da28f;
}
 
.wp-core-ui .button-primary {
  background: #4da28f;
}
.login #nav {
    display: none;
}
.login #login .aio-login-otp-buttons-wrapper {
  display: none;
}

.wp_google_login__divider {
    display: none;
}

#login form p {
    display: none;
}
#loginform .user-pass-wrap {
    display: none;
}

.login #backtoblog a {
       display: none;
}



.login #login form {
padding: 0;
background: transparent;
border: 0px;
box-shadow: inherit;
max-width: 320px;
margin: 20px auto;
width: 100%;
}



.login #login_error {
   border: 0px;
   background: transparent;
   box-shadow: inherit;
   margin: 0;
   padding-bottom: 0px;
   color: green;
   font-size: 15px;
   text-align: center;
   color:red;
}
.wp_google_login {
   margin: 0 auto 0;
}

#login {
    width: 100%;
    padding: 70px 0px !important;
    margin: 0 auto;
    max-width: 1280px;
}
.login h1 {
    position: absolute;padding-left: 70px;
}
.toploginmsg.leftmsg {
    font-size: 64px;
    float: left;
    margin-top: 140px;
    position: relative;
    line-height: 74px;
    text-align: left;
    color: #fff;
font-weight: 500;padding-left: 70px;
width: 48%;
}

.toploginmsg.leftmsg:after { content: "";
height: 4px;
background-color: #d9177f;
position: absolute;
width: 180px;
left: 70px;
bottom: -30px;  }

.toploginmsg.rightmsg {
    text-align: center;
    padding-top: 140px;
}

.toploginmsg.rightmsg h2 {
    color: #cc1c80;
    font-size: 40px;
    padding-bottom: 10px !important;
}
.toploginmsg.rightmsg p {
    font-size: 26px;
    color: #35353b;
}


@media screen and (max-width: 991px)
{

  body {
    background: url('/blog/wp-ttn-blog/uploads/2021/06/login-with-google-mobo.png') no-repeat center center fixed
;
    background-size: cover;
 }


.toploginmsg.leftmsg { width: 100%; float: none; text-align: center; font-size: 30px; margin-top: 100px;
line-height: 34px; padding-left: 0px;}
.login h1 { position: absolute; padding-left: 0; width: 100%;}
.toploginmsg.leftmsg::after {  left: 50%; transform: translateX(-50%);}
.toploginmsg.rightmsg p { font-size: 20px; color: #fff;}
.toploginmsg.rightmsg h2 {font-size: 30px;}
#login { padding-bottom: 0px !important; padding-top: 50px !important; }
.toploginmsg.rightmsg {padding-top: 70px;}


}

