body {
    background: rgb(109 200 190 / 20%) !important;
}

.container {
    min-height: 100vh;
    display: grid;
}

.btn-area {
    display: flex;
    justify-content: space-between;
    z-index: 1000 !important;
    position: relative;
}

.memberLogin .card .loginSidetext {
    background: #035E31;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.memberLogin .card .loginSidetext .basisLogo {
    width: 200px;
}

.memberLogin .card .form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.rounded-10 {
    border-radius: 10px !important;
}

.memberLogin .card {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.memberLogin .title {
    font-size: 20px;
    font-weight: bold;
}


.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.memberLogin .card .shape {
    width: 400px;
    height: 400px;
    background: #8FC640;
    opacity: .8;
    position: absolute;
    top: 0;
    right: -150px;
    border-radius: 80px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.col-form-label-sm {
    font-size: 14px !important;
    font-weight: 400;
}

.loginBox input {
    padding-left: 28px !important;
    font-size: 14px !important;
    border-radius: 6px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 6px;
}

.form-control, .form-control:focus {
    color: #272727;
    opacity: 1;
    font-weight: 600;
}

.checkbox label {
    padding-left: 0;
    font-size: 16px;
}

.shadow-none {
    box-shadow: none !important;
}

.loginBox {
    position: relative
}

.loginBox span {
    top: 0;
    font-size: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    pointer-events: none;
    padding: 0.5rem;
    height: 100%;
    color: darkslategray;
    z-index: 100;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 992px) {
    .col-lg-8.pr-14 {
        padding-right: 14px;
    }

}

.btn {
    font-size: 1.5rem;
}

.form-group {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: #a00000;
    font-size: 10px;
}