/* z base.css */
html {
  font-size: 62.5%;
  overflow-x: hidden
}
body {
  font-size: 14px;
}
/* =============
   Accounts pages
============= */
.account-page{
  display: flex;
  min-height: 100vh;
  font-weight: 400;
}
.account-panel,.account-bg{
  width: 50%;
  background: #fff;
}
.account-bg{
  background: url(../../img/account-pages-bg.jpg);
  background-size: cover;
  background-position: center;
}
.account-panel{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 131px 15px;
}
.account-box{
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
}
.account-logo{
  margin-bottom: 24px;
  padding: 20px 0px;
}
.account-logo:last-child{
  margin-bottom: 0;
}
.account-logo a{
  display: inline-block;
}
.account-logo img{
  max-width: 257px;
  width: 100%;
  height: auto;
}
.account-head{
  margin-bottom: 24px;
}
.account-head:last-child{
  margin-bottom: 0;
}
.account-title *{
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  color: #111;
  margin: 0 0 8px;
  font-family: inherit;
}
.account-head p{
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #8B8B8B;
  margin: 0;
}
.account-head p a{
  color: #8B8B8B;
  text-decoration: underline !important;
}
.account-head p a:hover{
  color: #111;
}
.input-field .input > label {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #111111;
  margin-bottom: 4px;
}
.form-horizontal .input-field {
  margin: 0 0 16px;
}
.input-field .form-control {
  height: 48px;
  border: 1px solid #DBDBDB;
  padding: 0 16px;
  font-size: 13px;
  color: #111;
  border-radius: 4px;
}
.input-field .form-control:focus{
  border-color: #111;
}
.input-field .form-control::placeholder{
  opacity: 1;
  color: #9B9B9B;
}
.input-field .form-control:-ms-input-placeholder{
  color: #9B9B9B;
}
.btn-block {
    display: block;
    width: 100%;
}
.input-field .btn-blue{
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2488D1 !important;
  border-color: #2488D1 !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
  padding: 1px 24px 0;
  letter-spacing: 0.5px;
}
.input-field .btn-blue:hover{
  background: #1D6DA7 !important;
  border-color: #1D6DA7 !important;
}
.account-text{
  margin-top: 24px;
}
.account-text p{
  font-size: 11px;
  line-height: 16px;
  color: #8B8B8B;
  margin: 0 0 8px;
}
.account-text p:last-child{
  margin-bottom: 0;
}
.account-text p sup{
  font-size: 8px;
  top: -4px;
}
.account-footer {
  position: absolute;
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 83px;
}
.account-footer p{
  font-size: 12px;
  line-height: 20px;
  color: #111;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.account-footer p sup{
  font-size: 8px;
  margin-right: 5px;
}
.account-footer img{
  max-width: 172px;
  margin-left: 8px;
  height: auto;
}
@media(min-width:1560px) and (max-width:1759px){
  .account-panel {
    padding: 95px 15px;
  }
  .account-footer {
    bottom: 50px;
  }
}
@media(min-width:1360px) and (max-width:1559px){
  .account-panel {
    padding: 95px 15px;
  }
  .account-logo {
    margin-bottom: 56px;
  }
  .account-footer {
    bottom: 50px;
  }
}
@media(min-width:1200px) and (max-width:1359px){
  .account-panel {
    padding: 80px 15px;
  }
  .account-logo {
    margin-bottom: 48px;
  }
  .account-footer {
    bottom: 40px;
  } 
}
@media(min-width:991px) and (max-width:1199px){
  .account-panel {
    padding: 72px 15px;
  }
  .account-logo {
    margin-bottom: 40px;
  }
  .account-footer {
    bottom: 30px;
  } 
}
@media(min-width:768px) and (max-width:991px){
  .account-panel {
    padding: 40px 15px 60px;
  }
  .account-logo {
    margin-bottom: 40px;
  }
  .account-footer {
    padding: 0 15px;
    bottom: 20px;
  }
  .account-text br{
    display: none;
  }
  body:has(.account-page) .abdeo-notification-outer{
    left: 2rem;
  }
  body:has(.account-page) .abdeo-notification {
    width: 100%;
  }
  body:has(.account-page) .abdeo-notification-text h3{
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}
@media(max-width:767px){
  .account-page {
    flex-wrap: wrap;
  }
  .account-panel{
    width: 100%;
    align-items: flex-start;
    padding: 48px 20px 72px;
  }
  .account-bg{
    display: none;
  }
  .account-box {
    max-width: 100%;
  }
  .account-logo {
    margin-bottom: 48px;
  }
  .account-head br{
    display: none;
  }
  .account-footer {
    max-width: 100%;
    bottom: 24px;
    padding: 0 20px;
  }
  .account-footer p {
    justify-content: center;
  }
  .account-text br{
    display: none;
  }
  body:has(.account-page) .abdeo-notification-outer{
    left: 2rem;
  }
  body:has(.account-page) .abdeo-notification {
    width: 100%;
  }
  body:has(.account-page) .abdeo-notification-text h3{
    margin-top: 0;
    margin-bottom: 0 !important;
  }
}