.main-content-login-img {
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100%;
}

.disgn-content {
    width: 100%;
    padding: 8rem 0 2rem;
}

.login-signup-title {
    font-size: 35px;
    font-weight: 1000;
    line-height: 1.36;
    letter-spacing: 0.56px;
    color: #fff;
}

.Admin-ui-design-monitor {
    width: 75%;
    height: 60vh;
    margin-top: 8%;
}

.Admin-ui-design-monitor > img {
    width: 100%;
    height: 100%;
}

.LoginSignup-form-container {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0 10%;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
}

.login-form-container, .registor-form-container {
    border: 1px solid #fff;
    border-radius: 40px;
    transform: scale(0.9);
    background-color: #fff;
    padding: 40px;
    width: 100%;
}

.login-icon-container {
    padding: 0 10%;
    margin-bottom: 30px;
}

.login-icon-container > img {
    width: 100%;
}

.login-form-body-title {
    margin-bottom: 30px;
}

.login-form-body-title > span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.37px;
    color: #000;
}

.login-label-text, .description-text {
    font-size: 12px;
    line-height: 1.43;
    letter-spacing: 0.03px;
    color: #000;
}

.input-textfield {
    border: solid 1px #d9dadf;
    background-color: #fff;
    width: 100%;
    height: 70%;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 18px;
}

.login-enter-email {
    margin-bottom: 15px;
}

.email-text-field {
    margin-bottom: 10px;
}

.forgot-text {
    font-weight: 600;
    cursor: pointer;
}

.error-invalid-indication {
    text-align: center;
    font-size: 15px;
}

.error-invalid-indication > .error {
    font-weight: 600;
}

em {
    position: relative;
    top: -4px !important;
}

.login-button {
    border-radius: 4px;
    background-color: #e99f55;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    border-color: #ecaa68;
    text-align: center;
    font-size: 15px;
    font-weight: 1000;
    letter-spacing: 0.21px;
    color: #fff;
}

.login-enter-password {
    margin-bottom: 30px;
}

.login-footer-container>div:nth-child(1) {
    margin-bottom: 10px;
}

.no-acc-yet {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.03px;
    color: #000;
}

.register-button {
    border-radius: 4px;
    border: solid 1px #1e1e1e;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.21px;
    color: #1e1e1e;
    text-align: center;
    cursor: pointer;
}

/*Delete Location Card*/

#confirmation {
    display: none;
    width: 450px;
    background-color: #fff;
    position: fixed;
    top: 16rem;
    left: 30%;
    border-radius: 20px;
    transform: scale(0.8);
    border: 1px solid rgb(0 0 0 / 25%);
    box-shadow: 0 8px 24px 5px rgb(0 0 0 / 15%);
}

.deleteLocation {
    width: 100%;
    height: 42vh;
}

.del_sec_1 {
    padding: 20px 30px 0;
    display: grid;
    grid-template-columns: 85% 10%;
    column-gap: 5%;
    width: 100%;
}

.del_sec_2 {
    padding: 5px 20px;
    height: 10vh;
    text-align: center;
    position: relative;
    top: 20px;
}

.del_sec_3 {
    padding: 10px;
    justify-content: end;
    display: grid;
    grid-template-columns: 50% 50%;
}

.del-footer {
    display: grid;
    grid-template-columns: 44% 48%;
    column-gap: 8%;
    padding: 2px 5px;
    height: 100%;
}

.delLocNo {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #3b5569;
    border-color: #3b5569;
}

.delLocYes {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #e49343;
    border-color: #e49343;
}

.del-loc-head {
    margin-top: 5px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #3b5569;
}

.del-loc-body {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.13px;
    color: #3b5569;
}

.del-cancel-icon {
    cursor: pointer;
    align-self: end;
    width: 30px;
    margin-left: 48%;

}

.register-button-container {
    margin-top: 4rem;
}

@media only screen and (max-width: 480px) {
    .LoginSignup-form-container {
        background-image: none !important;
        padding: 0 2%;
        height: 100%;
        transform: scale(1);
    }
    .disgn-content {
        display: none;
    }
    .main-content-login-img {
        display: block;
        grid-template-columns: none;
        width: 100%;
    }
    .login-form-container, .registor-form-container {
        width: 100%;
        padding: 10px;
    }
    #confirmation{
        top: 0rem;
        left: -2%;
        transform: scale(0.7);
    }
    .deleteLocation {
        height: 30rem;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .disgn-content {
        display: none;
    }
    .main-content-login-img {
        display: block;
        grid-template-columns: none;
        width: 100%;
    }
    #confirmation{
        top: 4rem;
        left: 8%;
        transform: scale(0.9);
    }
    .deleteLocation {
        height: 30rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .LoginSignup-form-container {
        padding: 0;
        height: 100%;
    }
    .disgn-content {
        padding: 8rem 5% 2rem;
    }
    .login-form-container, .registor-form-container {
        border-radius: 0;
        transform: scale(1);
        height: 102%;
        padding: 5rem;
    }
}