.error{
    border: 2px solid red!important;
}

button[disabled] {
    cursor: not-allowed;
}
/* Success msg */

.circle {
    background-color: #1f2c42;
    width: 170px;
    height: 170px;
    border-radius: 1000px;
    position: absolute;
    right:-19%;
    top:-7%;

}

.circle p {
    display: block;
    color: #ffffff !important;
    margin: 0px;
    line-height: 1.5em;
}


.txt-aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    

}


.f-footer {
    box-shadow: 0px 7px 18px 0px rgb(0 13 29 / 18%);
}

.form-holder {
    position: relative;
    border: none;
      background-color: #fbfbfb;
    border-radius: 5px;
    color: #202020;
}

.form-holder h1 {
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #1f2c42;
    font-size: 30px;
    margin-bottom:25px;
}

.form-holder font {
    color: #715675;
    font-size: 17px;
    margin-bottom: 22px;
}

.form-body {
    padding: 50px 45px 30px 45px;
    background-color: #fbfbfb;
    border-radius: 10px;
}



.cta-holder .sub {
    margin-top: 15px;
    position: relative;
    clear: both;
}


::placeholder {
    /* Firefox, Chrome, Opera */
    color: #1f2c42 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1f2c42 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1f2c42 !important;
}

select.custom {
    background-image: url(../img/drop.png);
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control {
    height: 55px;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 12px;
    color: #111111;
    background-color: #fbfbfb;
    border: 1.5px solid #1f2c42;
    border-radius: 5px;
    box-shadow: none;

}

.form-control:focus {
    border-color: #eb690b;
    background-color: #fff;
    border-width: 2px;
    color: #252525;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.sub {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
    font-family: 'Quicksand', sans-serif;
    font-weight:bold;
    width: 100%;
    background-color: #eb690b;
    border: none;
    color: #ffffff;
    padding: 14px 20px;
    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;

}

.sub:hover {
    background-color: #eb690b;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    background-color: #000d1d;
}


