* {
    font-family: "Inter";
}

body {
    background-color: #e5e7eb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-container {
    max-width: 448px;
    width: -webkit-fill-available;
    backdrop-filter: blur(4px);
    background-color: rgb(255 255 255 / 0.95);
    border-radius: 16px;
    overflow: hidden;
    border-top: #4a7c59 solid 4px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content;
    padding: 20px 20px 25px 20px;
}

.sifnt-haeerf {
    font-size: 20px;
    font-weight: 500;
}

.sifnt-inarea {
    margin-bottom: 15px;
}

.sifnt-inarea label {
    width: -webkit-fill-available;
    font-size: 14px;
    color: rgb(51 65 85);
}

.signinf-cwer {
    display: none;
}

.signinf-cwer:not(:empty) {
    color: red;
    display: flex !important;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sifnt-inarea input {
    font-size: 14px;
    height: 44px;
    padding-left: 15px;
    margin-top: 4px;
    background-color: rgb(248 250 252 / 0.5);
    border: #e2e8f0 solid 1px;
    border-radius: 12px;
    width: -webkit-fill-available;
}

.sifnr-cracs {
    margin-top: 16px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: rgb(15 23 42) solid 1px;
    cursor: pointer;
    background-color: rgb(15 23 42);
    border-radius: 12px;
    width: -webkit-fill-available;
}

.aorewc-smwe{
    padding: 25px 0px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    text-align: -webkit-center;
}

.lncw-aore{
    position: absolute;
    height: 1px;
    width: -webkit-fill-available;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    border-top: rgb(226 232 240) solid 1px;
    z-index: -1;
}

.lncar-rcontent{
    background-color: white;
    position: relative;
    width: fit-content;
    z-index: 1;
    padding: 0px 30px;
}

.ctac-cwewc{
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    width: -webkit-fill-available;
    text-align: center;
    text-align: -webkit-center;
    display: block;
}