﻿.form-builder--item .item-description
{
    display: block;
}
.form-builder--item .error
{
    margin-top: 10px;
}
.confirm-btn, .reset-btn, .verify-phone-btn
{
    background: #fff;
    border: 1px solid #d0d5dd!important;
    border-radius: 8px;
    box-shadow: 0 1px 2px #1018280d;
    color: #344055;
    cursor: pointer;
    line-height: 1.5!important;
    padding: 8px 20px;
    text-wrap: nowrap;
    white-space: nowrap;
}
.confirm-btn
{
    background-color: #155eef;
    color: #fff;
    margin-right: .75rem;
}
.verification-container
{
    margin-top: 10px;
}
.phone-input
{
    -moz-column-gap: 12px;
    column-gap: 12px;
}
.phone-input, .verified-text
{
    align-items: center;
    display: flex;
}
.verified-text
{
    color: #72b76f;
    -moz-column-gap: 4px;
    column-gap: 4px;
}
.flex
{
    display: flex;
}
.block
{
    display: block;
}
.mt-3
{
    margin-top: .75rem;
}
.mb-3
{
    margin-bottom: .75rem;
}
.otp::-moz-placeholder
{
    font-size: 14px!important;
}
.otp::placeholder
{
    font-size: 14px!important;
}
.recaptch-top-margin
{
    margin-top: .5em;
}