 /* ============================================================= */
 /* login/register page css  */
 /* ============================================================= */
 
 .account-area {
     position: relative;
     /* min-height: calc(100vh - 60px); */
     display: flex;
     flex-wrap: wrap;
     z-index: 1;
     align-items: flex-start;
     background-color: #f5f5f5;
     padding: 0;
 }
 
 .account-area-bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 40%;
     height: 100%;
     z-index: -1;
 }
 
 .account-area-bg::before {
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #11BEF0;
     opacity: 0.9;
     z-index: -1;
 }
 
 .account-area-left-inner {
     display: flex;
     flex-direction: column;
     align-items: baseline;
     justify-content: space-between;
     align-content: space-around;
 }
 .account-logo {
    width: 100%;
    position: relative;
    padding: 20px 30px;
 }
 .account-logo a {
    display: inline-flex;
 }
 .account-logo a img {
     width: auto;
     height: 60px;
 }
 
 .account-area-left-inner h4 {
     font-size: 42px;
     line-height: 52px;
     font-weight: 700;
     font-family: 'Montserrat', sans-serif;
 }
 
 .author-slider-section {
     width: 100%;
 }
 
 .top-author-slider .single-slide {
     margin: 0 10px;
 }
 
 .top-author-slider .slick-list {
     margin: 0 -10px;
 }
 
 .s-top-author {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     overflow: hidden;
     display: inline-block;
 }
 
 .s-top-author img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     -o-object-fit: cover;
     object-position: center;
     -o-object-position: center;
 }
 
 .top-author-slider .slick-list {
     text-align: center;
 }
 
 .account-wrapper {
     padding: 0 30px 0;
     max-width: 100%;
     width: 100%;
     min-height: 100vh;
     display: flex;
     align-content: space-between;
     flex-direction: column;
 }
 
 .account-form {
     width: 100%;
     display: block;
 }
 
 .account-form .form-control {
     background-color: #ffffff;
     height: 70px;
     font-size: 16px;
     border: none;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }
 
 .custom-icon-field {
     position: relative;
 }
 
 .custom-icon-field i {
     position: absolute;
     top: 15px;
     left: 15px;
     line-height: 1;
     font-size: 24px;
 }
 
 .custom-icon-field textarea~i {
     top: 10px;
     transform: translateY(0);
 }
 
 .custom-icon-field .form--control {
     padding-left: 45px;
 }
 
 .account-form button.theme-btn {
     margin-top: 30px;
     min-height: 50px;
     margin-right: auto;
     max-width: 300px;
 }

 .account-form {
    position: relative;
 }
 .account-form .forget-wrap {
    position: absolute;
    bottom: 14px;
    right: 0;
 }

 .account-inner {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;

    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  
 }

 .account-inner .account-logo {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
 }

 .account-inner-wrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(17, 192, 240, 0.08);
    border-radius: 50px;
    padding: 50px 50px;
 }
 
 .account-inner p.fst-italic {
     margin-bottom: 30px;
 }
 
 .account-footer {
    width: 100%;
    padding: 30px 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
 }
 
 .account-footer ul {
     margin-left: 15px;
 }
 
 .account-footer ul li {
     margin: 0 10px;
 }
 .account-footer p a:hover {
    color: #1e3667 !important;
 }
 .account-area.register-page .margin-0 {
     margin: 0 !important;
 }
 /* responsive css  */
 
 @media (min-width: 992px) and (max-width: 1400px) {
     .account-wrapper {
         padding: 0 5%;
     }
 }
 
 @media (min-width: 1200px) {
   
 }
 
 @media (max-width: 1200px) {
     .account-area-left-inner h4 {
         font-size: 38px;
     }
 }
 
 @media (min-width: 992px) and (max-width: 1200px) {
   
}
 
 @media (min-width: 991px) {
     .account-area-left-inner {
         min-height: calc(100vh - 60px);
     }
     .account-area-left {
         width: 40%;
         padding-right: 30px;
     }
 }
 
 @media (max-width: 991px) {
     .account-area {
         padding: 15px;
     }
     .account-logo a img {
        height: 50px;
     }
     .account-area-bg,
     .account-area-bg::before {
         width: 100%;
         height: 130px;
     }
     .account-area-left,
     .account-area-left-inner {
         width: 100%;
         height: 100px;
         margin-bottom: 15px;
     }
     .top-author-slider,
     .author-slider-section,
     .account-area-left-inner h4 {
         display: none;
     }
     .account-logo {
         margin: auto;
     }
     .account-wrapper {
         width: 100%;
         min-height: calc(100vh - 30px);
     }
     .account-wrapper .account-inner .section-header {
         margin-bottom: 30px;
     }
     .account-footer {
         margin-top: auto;
     }
     
 }
 
 @media (max-width:767px) {

    .account-inner .account-logo {
        padding-top: 0;
    }
    .account-logo a img {
        height: 40px;
     } 
     .account-inner-wrap {
        padding: 30px 20px;
        border-radius: 20px;
     }
     .account-wrapper {
         padding: 0 0;
     }
     .account-footer p,
     .account-footer ul li a,
     .account-inner p.fst-italic {
         font-size: 14px;
     }

     .account-form .forget-wrap {
        bottom: auto;
        right: auto;
        position: relative;
     }
     
 }