*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.title {
    font-size: 31px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-top: 30px;
}

.form_area {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 182px;
    left: 0;
    height: 100vh;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 35px;
}
.input_flex{
    position: relative;
}
input.custom_input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #2d11030a;
    border: 1px solid #00000014;
    padding-left: 80px;
    margin: 8px 0;
}
input.custom_input:focus-visible{
    outline: none;
    border: none;
}

span.icon_face {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
    color: #0000009e;
}

span.icon_face:before {
    position: absolute;
    top: -12px;
    width: 2px;
    height: 41px;
    background: #0000001c;
    content: "";
    right: -10px;
}

.globalIcon:before {
    content: "";
    right: -24px !important;
}
.globalIcon {
    left: 30px !important;
}

.login_btn {
    background: #db1e09;
    width: 100%;
    margin-top: 50px;
    border-radius: 50px;
    font-size: 17px;
    border: none;
    padding: 16px;
    color: #fff;
}
.account_text {
    margin-top: 20px;
    text-align: center;
}

.account_text a {
    color: #009245;
    text-decoration: none;
}

p.title_p {
    color: #fff;
    padding: 0 60px;
    margin-top: 20px;
}
