body{
    font-family: "Karla", sans-serif;
    background-color: #fff;
    min-height: 100vh;
    /* overflow: hidden; */
    overflow-x: hidden;
}

main{
    overflow-x: hidden;
    /* overflow: hidden; */
}

.topBar {
    height: 20vh;
    background-color: #0ea6e2;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.bottomBar{
    height: 20vh;
    background-color: #0ea6e2;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.login_card {
    border-radius: 2rem;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
    /* overflow: hidden; */
    width: 80vw;
    height: auto;
}

.straightBar {
    width: 70px;
    transform: rotate(90deg);
    border-color: #10a5e0;
}

.logo_img{
    width: 250px;
}

.login_btn {
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    background: #10a5e0;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}


.social_icon {
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    cursor: pointer;
}

.other_logos .first_img{
    width: 170px;
}

.other_logos .second_img{
    width: 100px;
}

.footer_logo{
    width: 120px;
}

@media (max-width: 1199.98px) {
    .other_logos .first_img{
        width: 120px;
    }
    
    .other_logos .second_img{
        width: 90px;
    }
}

@media (max-width: 767.98px) {
    .other_logos .first_img{
        width: 120px;
    }
    
    .other_logos .second_img{
        width: 90px;
    }

    .straightBar {
        width: 50px;
        transform: rotate(90deg);
        border-color: #10a5e0;
    }
}


/* body {
    font-family: "Karla", sans-serif;
    background-color: #fff;
    min-height: 100vh;
}
.container {
    position: relative;
    max-width: 1140px;
}
.topBar {
    width: 200px;
    height: 200px;
    background: #0ea6e2;
    top: -3%;
    right: 0%;
    width: 560px;
    height: 150px;
    position: absolute;
}
.bottomBar {
    width: 200px;
    height: 200px;
    background: #0ea6e2;
    top: 78%;
    left: 0%;
    width: 740px;
    height: 150px;
    position: absolute;
}
.brand-wrapper {
    margin-bottom: 19px;
}
.brand-wrapper .logo {
    height: 37px;
}
.brand-wrapper .logoBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.straightBar {
    width: 46px;
    transform: rotate(90deg);
    border-color: #10a5e0;
}
.formImage {
    width: 10rem;
}
.customerImage {
    width: 10rem;
}
.loginButton {
}
.login-card {
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
    overflow: hidden;
}
.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    padding-left: 105px;
    margin-top: 2rem;
}
.custom-checkbox {
    margin-bottom: 12px;
}
.socialButton {
    margin-left: 49px;
}
.other-products {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
}
.other-products > img {
  width: 6rem;
  height: auto;
  cursor: pointer;
}
#gormg-logo {
  cursor: pointer;
}
.login-card .card-body {
    padding: 85px 109px 60px;
}
@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 0px;
        text-align: center;
    }
}
.login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;
}
.login-card form {
    max-width: 326px;
}
.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
}
.login-card .form-control::-webkit-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::-moz-placeholder {
    color: #919aa3;
}
.login-card .form-control:-ms-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::-ms-input-placeholder {
    color: #919aa3;
}
.login-card .form-control::placeholder {
    color: #919aa3;
}
.login-card .login-btn {
    padding: 13px 20px 12px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 24px;
    background: #10a5e0;
    outline: none;
    border: none;
    font-weight: 500;
    cursor: pointer;
}

.login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px;
}
.login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .login-card-footer-text {
        margin-bottom: 24px;
    }
}
.login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3;
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.twitter {
    background-color: #1da1f2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.website {
    background-color: #1da1f2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.linkedin {
    background-color: #2867b2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.youtube {
    background-color: #5f92b1;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.socialEngagement {
    font-size: 15px;
    margin-top: 10px;
}

.formFooter {
    margin-left: 90px;
    font-size: 14px;
}

.footerImg {
    width: 86px;
}

.footer {
    margin-top: 10px;
}

@media screen and (min-width: 1920px) {
    .container {
        width: 1890px;
    }

    .login-card {
        height: 1000px;
        border: 0;
        border-radius: 27.5px;
        box-shadow: 0 10px 30px 0 rgb(172 168 168 / 43%);
        overflow: hidden;
        width: 1600px;
        margin-left: -265px;
    }

    .topBar {
        width: 200px;
        height: 200px;
        background: #0ea6e2;
        top: -3%;
        right: 0%;
        width: 775px;
        height: 253px;
        position: absolute;
    }

    .bottomBar {
        width: 200px;
        height: 200px;
        background: #0ea6e2;
        top: 78%;
        left: 0%;
        width: 740px;
        height: 262px;
        position: absolute;
    }

    .login-card-img {
        border-radius: 0;
        position: absolute;
        width: 113%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.7;
        padding-left: 90px;
    }

    .formImage {
        margin-left: 92px;
        height: 110px;
    }

    .login-card form {
        max-width: 452px;
        margin-left: 67px;
    }

    .login-card .form-control {
        border: 1px solid #d5dae2;
        padding: 15px 25px;
        margin-bottom: 20px;
        min-height: 80px;
        font-size: 13px;
        line-height: 15;
        font-weight: normal;
    }

    input[type="submit"].btn-block {
        width: 100%;
        height: 71px;
    }

    .forgetPassword {
        width: 576px;
        font-size: 29px;
    }

    .socialEngagement {
        font-size: 41px;
        margin-top: 10px;
    }

    .socialButton {
        margin-left: 83px;
    }

    .facebook {
        background-color: #3b5998;
        color: #fff;
        font-size: 35px;
        padding-top: 10px;
        border-radius: 50%;
        width: 71px;
        height: 72px;
        cursor: pointer;
    }

    .twitter {
        background-color: #1da1f2;
        color: #fff;
        font-size: 35px;
        padding-top: 10px;
        border-radius: 50%;
        width: 71px;
        height: 72px;
        cursor: pointer;
    }

    .linkedin {
        background-color: #2867b2;
        color: #fff;
        font-size: 35px;
        padding-top: 10px;
        border-radius: 50%;
        width: 71px;
        height: 72px;
        cursor: pointer;
    }
    .website {
        background-color: #1da1f2;
        color: #fff;
        font-size: 35px;
        padding-top: 10px;
        border-radius: 50%;
        width: 71px;
        height: 72px;
        cursor: pointer;
    }

    .youtube {
        background-color: #5f92b1;
        color: #fff;
        font-size: 35px;
        padding-top: 10px;
        border-radius: 50%;
        width: 71px;
        height: 72px;
        cursor: pointer;
    }

    .formFooter {
        font-size: 30px;
        margin-left: 129px;
    }

    .footerImg {
        width: 182px;
    }
}
@media screen and (min-width: 3840px) {
    .container {
        width: 3810px;
    }
}

@media screen and (max-width: 1400px) {
    .container {
        width: 1370px;
    }
}
@media screen and (max-width: 1600px) {
    .container {
        width: 1570px;
    }
}
@media screen and (max-width: 1900px) {
    .container {
        width: 1870px;
    }
}

@media (max-width: 1024px) {
    .formImage {
        margin-left: 31px;
        height: 50px;
    }
    .socialButton {
        margin-left: 21px;
    }
    .formFooter {
        margin-left: 67px;
    }
}

@media (max-width: 1024px) {
    .login-card {
        border: 0;
        border-radius: 27.5px;
        box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
        overflow: hidden;
        margin-top: 15px;
    }
    .login-card-img {
        border-radius: 0;
        position: absolute;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.7;
        padding-left: 90px;
        padding-top: 72px;
    }
    .bottomBar {
        width: 200px;
        height: 200px;
        background: #0ea6e2;
        top: 78%;
        left: 0%;
        width: 508px;
        height: 150px;
        position: absolute;
    }
    .topBar {
        width: 200px;
        height: 200px;
        background: #0ea6e2;
        top: 0;
        right: 0;
        width: 519px;
        height: 150px;
        position: absolute;
    }
}

@media only screen and (max-width: 991px) {
    .login-card form {
        width: 100%;
        max-width: 100%;
        padding: 0px 10px;
    }
}

@media (max-width: 768px) {
    .login-card {
        border: 0;
        border-radius: 27.5px;
        box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
        overflow: hidden;
        margin: 10px;
    }
    .login-card-img {
        border-radius: 0;
        position: absolute;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.7;
        padding-top: 9px;
        margin-top: 110px;
        margin-left: 50px;
    }
    .formImage {
        margin-left: 33px;
        height: 38px;
    }
    .login-card .form-control {
        border: 1px solid #d5dae2;
        padding: 15px 25px;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 15;
        font-weight: normal;
        width: 208px;
    }
    .custom-checkbox {
        margin-bottom: 12px;
    }
    .forgetPassword {
        width: 209px;
    }
    .custom-control-label {
        margin-left: 55px;
    }
    .input[type="submit"].btn-block {
        width: 168%;
    }
    .login-card .login-btn {
        padding: 13px 20px 12px;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 24px;
        background: #0ea6e2;
        outline: none;
        border: none;
        font-weight: 500;
        cursor: pointer;
        margin-left: 41px;
    }
    .socialEngagement {
        font-size: 15px;
        margin-top: 10px;
        width: 212px;
    }
    .socialButton {
        margin-left: 98px;
        width: 200px;
        margin-left: 40px;
    }
    .bottomBar {
        width: 200px;
        height: 200px;
        background: #0ea6e2;
        bottom: 0;
        left: 0;
        width: 430px;
        height: 150px;
        position: absolute;
    }
    .topBar {
        width: 200px;
        height: 200px;
        background: #0ea6e2;
        top: -3%;
        right: 0%;
        width: 339px;
        height: 150px;
        position: absolute;
    }
}

@media (max-width: 575.98px) {
    .topBar {
        width: 0px;
        height: 0px;
        top: 0%;
        right: 0%;
        width: 0px;
        height: 0px;
    }
    .bottomBar {
        width: 0px;
        height: 0px;
        top: 0%;
        left: 0%;
        width: 0px;
        height: 0px;
    }
    .login-card-img {
        display: none;
    }
    .custom-control-label {
        margin-left: 22px;
    }
    .login-card .login-btn {
        padding: 13px 20px 12px;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 24px;
        background: #ff4584;
        outline: none;
        border: none;
        font-weight: 500;
        cursor: pointer;
        margin-left: 16px;
    }
    .formFooter {
        margin-left: 99px;
    }
}

@media (max-width: 375px) {
    .formImage {
        margin-left: 0px;
        height: 50px;
    }
    .login-card .form-control {
        border: 1px solid #d5dae2;
        padding: 15px 25px;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 15;
        font-weight: normal;
        width: 300px;
    }
    .login-card .login-btn {
        padding: 13px 20px 12px;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 24px;
        background: #0ea6e2;
        outline: none;
        border: none;
        font-weight: 500;
        cursor: pointer;
        margin-left: 1px;
    }
    .forgetPassword {
        width: 332px;
    }
    .socialEngagement {
        font-size: 15px;
        margin-top: 10px;
        width: 333px;
    }
    .socialButton {
        margin-left: 98px;
        width: 200px;
        margin-left: 100px;
    }
    .formFooter {
        margin-right: 108px;
    }
}

@media (max-width: 320px) {
    .formImage {
        margin-left: 0px !important;
        height: 39px;
    }
    .login-card {
        margin: 0px;
    }
    .login-card .card-body {
        padding: 35px 10px;
    }
    .login-card .form-control {
        border: 1px solid #d5dae2;
        padding: 15px 25px;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 15;
        font-weight: normal;
        width: 100%;
        margin-left: 0px;
    }
    .custom-control-label {
        margin-left: 0px;
    }

    .login-card .login-btn {
        padding: 13px 20px 12px;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 24px;
        background: #0ea6e2;
        outline: none;
        border: none;
        font-weight: 500;
        cursor: pointer;
        margin-left: 22px;
    }

    input[type="submit"].btn-block {
        width: 81%;
    }
    .forgetPassword {
        width: 240px;
    }
    .socialEngagement {
        font-size: 15px;
        margin-top: 10px;
        width: 241px;
    }
    .socialButton {
        margin-left: 98px;
        width: 200px;
        margin-left: 52px;
    }

    .formFooter {
        margin-left: 0px;
    }

    .footerImg {
        width: 73px;
    }
}

@media (max-width: 360px) {
    .formImage {
        margin-left: 0px;
        height: 50px;
    }
    .login-card .form-control {
        border: 1px solid #d5dae2;
        padding: 15px 25px;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 15;
        font-weight: normal;
        width: 266px;
    }
    .forgetPassword {
        width: 274px;
    }
    .socialEngagement {
        font-size: 15px;
        margin-top: 10px;
        width: 272px;
        max-width: 100%;
    }

    .socialButton {
        margin-left: 98px;
        width: 200px;
        margin-left: 68px;
    }
}

@media (max-width: 575.98px) {
    .formImage {
        margin-left: 0px;
        height: 53px;
    }

    .login-card .form-control {
        border: 1px solid #d5dae2;
        padding: 15px 25px;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 15;
        font-weight: normal;
        width: 100%;
        margin-left: 0px;
    }

    input[type="submit"].btn-block {
        width: 72%;
    }

    .login-card .login-btn {
        padding: 13px 20px 12px;
        border-radius: 4px;
        font-size: 17px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 24px;
        background: #0ea6e2;
        outline: none;
        border: none;
        font-weight: 500;
        cursor: pointer;
        margin-left: 43px;
    }
    .forgetPassword {
        width: 308px;
        max-width: 100%;
    }

    .socialEngagement {
        font-size: 15px;
        margin-top: 10px;
        width: 364px;
    }

    .socialButton {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }

    .formFooter {
        margin-left: 99px;
    }
} */
