.m-textarea textarea{
    background: #FFFFFF;
    border: 1px solid #8A96A8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    outline: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: black;
    width: 100%;
    resize: none;
}

.m-input-label{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #626F84;
    margin-bottom: 8px;
}

.m-input-box, .m-textarea{
    width: 100%;
    position: relative;
    max-height: 40px;
}
.m-input-box input{
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #8A96A8;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    padding: 0 48px 0 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: black;
}
.m-input-box .m-input-box__svg{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    cursor: pointer;
}
.m-input-box .m-input-box__svg.m-input-box__svg--blue path{
    fill: #3367FF;
}
.m-input-box input[type="password"] {
    letter-spacing: 0px;
    font-size: 18px;
    color: #616f84;
}
.m-input-box input:focus{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #8A96A8;
    box-sizing: border-box;
    border-radius: 4px;
}
.m-input-box input::placeholder{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #626F84;
}

.text-blue{
    color: #3367FF !important;
}