

.firstt, .secondd{
    width: 100%;

    border: none;
    padding: 20px;

    background: #f4f4f4;

    border: 2px solid #f00;
    border-radius: 2px;

    margin-top: 20px;
    margin-bottom: 20px;

    max-width: 500px;
}

.firstt input, .firstt .countryFlag

, .secondd input, .secondd .countryFlag{
    margin-top: 20px;

    height: 50px;

    font-size: 21px;

    border: 1px solid #f0f0f0;
}

.dropdown-toggle::after{
    margin-left: 8px;
}

.firstt .leadSubmit,
.secondd .leadSubmit{ 
    width: 100%;
    height: 60px;

    background-color:#720000;

    text-transform: uppercase;

    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
}

.firstt .leadSubmit:hover,
.secondd .leadSubmit:hover{
     background-color:#720000;
}