body {
    background: #F5F5F5;
}
.hs-form-field {
    margin-bottom:12px;
}
.hs-input {
    width:100%;
    background-color: #f5f8fa;
    color: #33475b;
    border: 1px solid #cbd6e2;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 40px;
    border-radius:15px;
}
.hs-form-field label {
    color: #212D3A;
    font-family: Inter;
    font-size: 13px;
    margin-bottom:10px;
}
.hs-form-required {
    color: red;
}
.hs-form-field .input {
    margin-top:5px;
}
.hs-fieldtype-intl-phone {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.hs-fieldtype-intl-phone select {
    width:30%
}
.hs-fieldtype-intl-phone input {
    width:70%
}
.hs-field-desc {
    font-family: Inter;
    color: #516383DE;
    font-size: 11px;
}
.hs-radio {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 2px;
}
.actions {
    padding-top: 25px;
}
.actions input,.actions button {
    background: #031740;
    border-color: #031740;
    border:1px solid #031740;
    color: #fff;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 12px;
    font-family: Inter;
    padding: 16px 50px;
    border-radius: 15px;
    width: auto;
    transition:all 0.2s linear;
}
.actions input:hover,.actions button:hover {
    background: transparent;
    color: #031740;
    cursor: pointer;
}
.actions button:focus{
    box-shadow: none;
    cursor: pointer;
    color: #031740;
}
.already-have-account {
    margin-top: 0px;
    font-size: 14px;
    font-family: Inter;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
}
.already-have-account a {
    text-decoration: underline;
    color: #031740;
}
.step-name {
    padding-bottom: 30px;
}
.step-name h2 {
    font-family: Poppins;
    text-decoration: underline;
    color: #031740;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 1rem;
}
.step-name h3 {
    font-family: Poppins;
    color: #031740;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1rem;
}
.step-name p {
    color: #031740;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    max-width: 70%;
    margin: auto;
}
.iti--show-flags {
    width: 100%;
}
@media (max-width:768px) { 
    .step-name p {
        font-size: 15px;
        max-width: 100%;
    }
}

/* Login */
.login-form .hs-form-field label {
    font-weight: normal !important;
}
.login-form .hs-input {
    background-color: #f5f8fa !important;
    color: #33475b !important;
    border-radius: 15px !important;
    border: 1px solid #cbd6e2!important;
}
.lg-checkbox input{
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2!important;
}
.lg-checkbox input:focus {
    box-shadow: none;
}
.lg-checkbox span {
    color: #212D3A;
    font-family: Inter;
    font-size: 13px;
}
.actions button {
    justify-content: center;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 400;
}
.login-logo img {
    height: 50px;
    object-fit: contain;
    margin: auto;
}
.account-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.have-account {
    font-size: 14px;
    font-family: Inter;
    color: #333;
}
.have-account a {
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 500;
}
@media (max-width:768px) { 
    .account-links {
        gap: 10px;
        flex-direction: column;
    }
}