body{
    font-size: 14px !important;
    font-family: 'Poppins' !important;
}

.parallax {
    /* The image used */
    background-image: url('../svg/frontPageBg.svg');

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainParallax {
    /* The image used */
    background-image: url('../svg/pageBg.svg');

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
}

.titleOne{
    font-size: 90px;
    display: block;
    text-shadow: 5px 4px #DB8D94;
    color: #B71C29;
}

.titleTwo{
    font-size: 50px;
    display: block;
    text-shadow: 4px 3px #DB8D94;
    color: white;
    margin-top: -30px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #B71C29;
    /* background-color: #B71C29; */
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

.forButton{
    color: white;
    background-color: #B71C29;
    padding: 5px 50px;
    border-radius: 25px;
    border: 1px solid #B71C29;
    font-weight: bold;
    width: 200px;
    margin-top:5px;
}

.forAddButton{
    color: #B71C29;
    background-color: white;
    margin-left: auto;
    padding: 5px 50px;
    border-radius: 25px;
    border: 1px solid #B71C29;
    font-weight: bold;
    margin-bottom: 20px;
}

.forAddButton:hover{
    color: white;
    background-color: #B71C29;
}

.removeButton{
    color: white;
    background-color: #B71C29;
    border-radius: 100px;
    border: 1px solid #B71C29;
    margin-bottom: 2px;
    margin: 10px;
    padding: 5px 50px;
}

.whitePanel{
    border-radius: 20px;
    border: 1px solid #B71C29;
    background-color: white;
    padding: 20px;
    width: 70%;
}

.whitePanelForInputs{
    border-radius: 20px;
    border: 1px solid #B71C29;
    background-color: white;
    padding: 20px;
}

.forTitle{
    padding: 5px 30px;
    color: white;
    background-color: #B71C29;
    border-radius: 5px;
    font-weight: bold;
}
.forTitleTopCenter{
    padding: 5px 30px;
    color: white;
    background-color: #B71C29;
    border-radius: 5px;
    font-weight: bold;
    margin-top: -30px;
}

.forTitleTopLeft{
    padding: 5px;
    color: white;
    background-color: #B71C29;
    border-radius: 5px;
    font-weight: bold;
    margin-top: -30px;
}

.forInputLabel{
    color: #B71C29;
    font-weight: bold;
    margin-top:10px;
}

.forInputLabelForm{
    color: #B71C29;
    margin-top:10px;
}

.forDisabledInputText{
    display: block;
    width: 100%;
    /* border: 1px solid #B71C29; */
    /* border-radius: 10px;
    padding-left: 10px; */
    font-size: 12px;
    /* background-color: #fbf0f0; */
}

.forInputText{
    display: block;
    width: 100%;
    border: 1px solid #B71C29;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 12px;
}

.vertical {
    border-left: 4px solid #B71C29;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 65%;
    vertical-align: middle;
}
.el-step__head.is-finish {
    color: #B71C29 !important;
    border-color: #B71C29 !important;
}
.el-step__title.is-finish{
    color: #B71C29 !important;
}

.is-process > div.el-step__line{
    background-color: black !important;
}

.is-finish > div.el-step__line{
    background-color: #B71C29 !important;
}

.el-step__title.is-process{
    color: #B71C29 !important;
}

.is-process > div.el-step__icon{
    color: white !important;
    background-color: #B71C29 !important;
    border-color: #B71C29 !important;
}

.is-wait > div.el-step__icon{
    color: black !important;
    background-color: white !important;
    border-color: black !important;
}

.is-wait > div.el-step__line{
    background-color: black !important;
}

.el-step__title.is-wait{
    color: black !important;
}

.el-step__icon{
    padding: 10px !important;
    width: 50px !important;
    height: 50px !important;
}
.el-step.is-horizontal .el-step__line {
    top: 25px !important;
}
.el-radio__input.is-checked+.el-radio__label {
    color: #B71C29 !important;
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #B71C29 !important;
    background: #B71C29 !important;
}
.el-radio {
    color: #B71C29 !important;
}

.imageFront{
    margin-top:50px;
    width:300px;
    bottom:0px;
    margin-left:auto;
    margin-right:auto;
}

.el-loading-spinner .el-loading-text{
    color:#B71C29 !important;
    font-size: 30px !important;
}

.el-loading-spinner i {
    color:#B71C29 !important;
    font-size: 30px !important;
}
.el-checkbox{
    color:#B71C29 !important;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color:#B71C29 !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #B71C29 !important;
    border-color: #B71C29 !important;
}
