.account {
    display: flex;
    height: calc(100vh - 150px);
    align-items: center;
}
.account .colleft::-webkit-scrollbar, .account .colright::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.account .account_logo img {
    filter: invert(1);
    width: 160px;
}
.account .colleft {
    width: 50%;
    padding: 50px 100px;
    position: relative;
}
.account .colleft:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6%;
    top: 6%;
    width: 1px;
    background-color: #ddd;
}
.account .heading {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.account .heading h2 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #000;
}
.account .heading p {
    font-size: 18px;
    margin-bottom: 0;
}
.google_button {
    margin-top: 15px;
    border-radius: 6px;
    font-size: 18px !important;
    letter-spacing: 0.27px;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #20DC49;
    padding: 11px 40px 13px 40px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.google_button:hover {
    color: #000;
}
.google_button svg {
    width: 18px;
    margin-right: 4px;
    vertical-align: baseline;
    top: 2px;
    position: relative;
}
.account .or {
    margin: 50px 0 40px;
}
.account .bar {
    height: 1px;
    width: 100%;
    background-color: #DBDBDB;
    margin-bottom: -13px;
}
.account .txt {
    color: #000;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 16px;
    background-color: #fff;
    padding: 0 15px;
    display: inline;
    font-family: var(--second-font);
}
.account .colright {
    width: 50%;
    padding: 50px 70px;
    background: #fff;
}
.account .form-control {
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 30px;
    width: 100%;
    outline: none;
    margin-bottom: 30px;
    font-family: var(--second-font);
}
.form-control.is-invalid
{
    border: 1px solid #dc3545;
}
.account .form-control:focus {
    box-shadow: none;
}
.account-box {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.account-box label {
    margin-bottom: 0px;
    font-family: var(--second-font);
}
.account-box a, .account-box a:hover {
    color: #000;
    text-decoration: none;
    font-family: var(--second-font);
}
.account .colright h3 {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.4;
}
.signup_vector {
    text-align: center;
    margin-top: 0px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.account-box p {
    text-align: center;
}
.account-box p a {
    color: #3AC6D6;
}
.account-box .btn_main {
    background-color: #40C8D0;
    width: 100%;
    border-radius: 6px;
}
.review .owl-dots button {
    background-color: #000 !important;
}
.account-box .btn_main img {
    vertical-align: revert;
  width: 31px;
  margin-left: 6px;
  left: 0px;
  position: relative;
}
.signup_vector img {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.account_logo {
    display: block;
  margin-left: 60px;
  margin-top: 40px;
}
.account_logo img {
    filter: invert(1);
    max-width: 160px;
}
@media(max-width:991px) {
    .account .colleft, .account .colright {
        padding: 30px;
   }
}
@media(max-width:767px) {
    .account {
        flex-wrap: wrap;
   }
    .account .colleft, .account .colright {
        width: 100%;
   }
    .account {
        overflow: visible;
        height: auto;
        flex-direction: column-reverse;
        padding-top: 30px;
   }
    .account .colleft, .account .colright {
        height: auto;
        padding-top: 0;
   }
    .account .heading {
        text-align: center;
        margin-top: 0px;
   }
    .account .colright h3 {
        padding: 0px;
        font-size: 18px;
   }
   .signup_vector {
        margin-top: 0px;
   }
   .signup_vector img {
      max-width: 420px;
   }
   .account .heading h2 {
    font-size: 29px;
    margin-bottom: 5px;
   }
   .account_logo {
    padding-top: 0px;
    display: block;
    text-align: center;
    margin-left: 0;
   }
   .account .form-control {
    height: 50px;
    margin-bottom: 20px;
   }
}

