﻿.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-dialog, .modal-content {
    height: auto;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.btn1:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-success1 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn1 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.form-group {
    margin-bottom: 0.5rem;
}
.cid-rWSZU7FovU {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #c40000;
}
.cid-rWSZU7FovU .line {
    background-color: #ffffff;
    color: #ffffff;
    align: center;
    height: 2px;
    margin: 0 auto;
}
.cid-rWSZU7FovU .section-text {
    padding: 1rem 0;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
}