@charset "UTF-8";


.reg-form .modal-dialog {
  width: 100%;
  max-width: 970px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.reg-form .modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.reg-form .modal-content h2 {
    margin: 0px 0px 30px 14px;
}

.reg-form table {
    margin: 10px auto 20px auto;
    width: 100%;
}

.reg-form table tr:hover {
    background-color: #00000011;
}

.reg-form table th {
    font-weight: bold;
}


.reg-form input {
    color: #444444;
    border: 1px solid #d4cfcf;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
    width: 100%;
}

.reg-form input::placeholder {
    color: #aaaaaa;
    opacity: 0.65;
}


.reg-form input[type=checkbox] {
    width: 4%;
    margin-bottom: 5px;
}

.reg-form input[type="radio"] {
    margin: 10px; 
    width: auto;
}

.reg-form input[type=submit] {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 50px;
    background: #6d868a;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    transition: 0.3s all;
}

.reg-form input[type=submit]:hover {
  text-decoration: none;
  outline: none;
  color: #FFF;
  opacity: 0.8;
}

.reg-form select {
    color: #444444;
    border: 1px solid #d4cfcf;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
    width: 100%;
}

.reg-form textarea {
    width: 100%;
    padding: 10px;
}
.reg-form textarea::placeholder {
    color: #aaaaaa;
    opacity: 0.65;
}

.reg-form .reg-form-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #6d868a !important;
  border-radius: 50%;
  padding: 0;
  color: #FFF;
  border: none;
  font-size: 24px;
  z-index: 50;
}

.reg-form .reg-form-close:after {
  content: "X";
  /* font-family: FontAwesome; */
}

.reg-form .modal-body {
  padding: 30px;
}
