﻿#form-title {
    height: 3vw;
    /* border: 1px solid red; */
    font-size: 1.4vw;
    font-weight: 500;
    margin-top: 2.2vw;
    margin-right: 3.4vw;
    color: white;
    position: relative;
    padding-right: 1.1vw;
}

    #form-title:after {
        content: "";
        position: absolute;
        top: 0.2vw;
        height: 1.5vw;
        width: 0.5vw;
        background-color: #00b262;
        right: 0;
        border-radius: 1vw;
    }
