
.sub_title {

    font-family: Manrope, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #667085;

}

.field_label {

    align-self: flex-start;
    color: #1D2939;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;

}


.field_input {
    width: 335px;
    height: 46px;
    padding: 0 3.5px;
    border-radius: 10px;
    border: 1px #d5daed;
    margin: 16px 0;
}

.login_container {
    margin: 400px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    gap: 32px;
    background: white;
    border-radius: 10px;
    width: 383px !important;
}

.submit_button {
    background-color: #2D3A68;
    margin-top: 12px;
    width: 100%;
    height: 57px;
    border-radius: 10px;
    font-family: Manrope, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: white;
}