﻿.mud-card-content {
/*    box-shadow: 0px 0px 2px #848484;
*/}
.login-layout-bg {
    background-image: url('/images/auth_pattern.png');
    min-height: 100vh;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-app {
    height: 150px;
    margin-bottom: 50px !important
}
.login-card {
    width: 350px;
    max-width: 95vw;
    border-radius: 14px !important;
    padding: 32px 28px 24px 28px;
    background: #fff;
    background-image: url('your-pattern.png');
    background-repeat: repeat;
    box-sizing: border-box;
}

.login-content {
    display: block;
    flex-direction: column;
    align-items: center;
}

.img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.login-avatar {
    width: 64px !important;
    height: 64px !important;
    font-size: 40px !important;
    margin: 0 auto;
    background: #4CAF50 !important;
}

.login-welcome {
    color: #67BC7A;
    font-weight: bold;
    /*margin-bottom: 24px;*/
    text-align: center;
}

.forgot-pass {
    width: 100%;
    text-align: right;
    margin-bottom: 12px;
    /*login-welcome*/
}

.login-btn {
    border-radius: 24px;
    font-size: 1.1em;
    font-weight: bold;
}

.register-text {
    font-size: 1em;
    margin-top: 16px;
}

.register-btn {
    border-radius: 24px;
    font-size: 1.1em;
    font-weight: bold;
}

.intro-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #c3c3c3;
}

.intro-content {
    background: #fff;
    width: 320px;
    min-height: 95vh;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.intro-icon {
    width: 110px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.intro-spacer {
    height: 10px;
}

.intro-title {
    font-size: 2rem;
    color: #6BBE7B;
    font-family: inherit;
    direction: rtl;
    text-align: center;
    margin-bottom: 32px;
}
.centerinput {
    width: 70%;
    left: -15%;
}
.loginpageP {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-top: 7px;
    padding-bottom: 1px;
    text-align: center;
    font-size: 17px;
    color: #0094FF;
}
.loginbutton {
    background-color: #67BC7A !important;
    border-radius: 26px !important;
}
.registerbutton {
    background-color: #4E80CB !important;
    border-radius: 4px !important;
}
.login-content {
    max-width: 505px !important;
}
/*LogIn*/
.mud-input-control-input-container {
    background-color: #E2E2E260 !important;
    border-radius: 15px;
}

.my-rounded-textfield {
    border-radius: 15px;
    background-color: #F9F9F9;
}

.mud-input-helper-text.mud-input-error {
    justify-self: right;
}

.registerbutton {
    margin-top: 20px;
}


.register-block {
    display: flex;
    flex-direction: column;
    align-items: center; /* center text and button horizontally */
    margin-top: 12px; /* adjust spacing from elements above */
}
@media (max-width: 400px) {
    .intro-content {
        width: 100vw;
    }
}
@media (max-width: 767px) {
    .position-absolute.top-50.start-50.translate-middle {
        width: 90%;
    }
}
