#bodyContainer{
    width: 100%;
    height: 100%;
    background-color: white;
    font-family: arial;
    padding-top: 90px;
    padding-left: 0px;
    padding-right: 0px;
}


@media only screen and (max-width: 800px) {
    #bodyContainer{
        padding-top: 25px;
    }
}


#formContainer{
    display: block;
}

#sucessContainer{
    display: none;
}

input{
    border: solid transparent 1px;
}

.formLabel{
    color: white;
}


.error{
    color: red;
}

.row{
    margin-bottom: 20px;
}


#form-title{
    font-family: Helvetica;
    font-style: italic;
    font-size: 13pt;
}

.form-title-class{
    font-family: Helvetica;
    font-style: italic;
    font-size: 13pt;
}

#form-img{
    height: 90px;
    width: 100%;
    object-fit: scale-down;
}

.header-img-row{
    margin-bottom: 10px;
}

.header-title-row{
    margin-bottom: 45px;
}

.custom-form-control{
    background: transparent;
    border-bottom: 1px solid rgb(137,137,136);
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0px;
    padding: 5px;
    width: 100%;
    font-family: Helvetica;
    font-weight: lighter;
    font-weight: normal;
    color: rgb(137,137,136);
    font-size: 12pt;
}

.custom-form-control::-webkit-input-placeholder {
    font-family: Helvetica;
    font-weight: lighter;
    font-style: italic;
    color: rgb(137,137,136);
    font-size: 12pt;
}

.custom-form-control:-ms-input-placeholder {
    font-family: Helvetica;
    font-weight: lighter;
    font-style: italic;
    color: rgb(137,137,136);
    font-size: 12pt;
}

.custom-form-control:-moz-placeholder {
    font-family: Helvetica;
    font-weight: lighter;
    font-style: italic;
    color: rgb(137,137,136);
    font-size: 12pt;
}

.custom-form-control::-moz-placeholder {
    font-family: Helvetica;
    font-weight: lighter;
    font-style: italic;
    color: rgb(137,137,136);
    font-size: 12pt;
}

#submit{
    border: 0px solid transparent;
    padding: 5px 30px 5px 30px;
    color: white;
    font-size: 12pt;
    font-family: Helvetica;
    font-weight: lighter;
}

.form-row{
    margin-bottom: 33px;
}

.form-row-submit{
    margin-bottom: 33px;
}

.form-row-last{
    margin-bottom: 0px;
}

.form-row-error{
    margin-bottom: 46px;
}


.success-row{
    margin-bottom: 30px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-family: Helvetica;
    font-weight: lighter;
    font-style: italic;
}


.text-sucess-step{
    font-family: Helvetica;
    font-weight: lighter;
    font-weight: italic;
    color: rgb(137,137,136);
    font-size: 12pt;
    margin-bottom: 15px;
}

.circle-background-div{
    margin-right: 0px!important;
    padding-right: 0px!important;
    position: relative;
    top: 6px;
}



.circle-background-div-2{
    margin-right: 0px!important;
    padding-right: 0px!important;
}

.circle-background{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-family: Helvetica;
    font-weight: 600;
    font-weight: italic;
    color: white;
    font-size: 12pt;
    line-height: 24px;
    text-align: center;
    float: right;
}

img.circle-background{
    padding: 4px;
}


.circle-background-div-phone{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    left: calc(50% + -28px);
    bottom: -116px;
}


#regCod{
    font-weight: 900;
}



/* For Mobile */
@media only screen and (max-width: 800px) {
    .form-row {
        margin-left: 20px;
    }

    .form-row-last {
        margin-left: 20px;
    }

    .form-row-error {
        margin-left: 20px;
    }

    .center-mobile{
        margin-right: 40px;
    }
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
