.modal_custom .modal-dialog {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  height: 530px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transform: none
}
.modal_custom .modal-body {
  max-width: 800px;
  margin: auto
}
.modal_custom .close {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 2;
  background: url(../images/close.png) no-repeat;
  right: -1095px;
  top: 35px;
  left: 0;
  margin: auto
}
.form-group-material {
  position: relative;
  margin-top: 16px;
  margin-bottom: 30px
}
.form-group-material:after {
  height: 1px;
  background: rgba(255, 255, 255, .5);
  width: 100%
}
.form-group-material:before {
  height: 0,9px;
  background: #fff;
  z-index: 1;
  -webkit-transition: width .3s;
  transition: width .3s
}

.form-group-material:after, .form-group-material:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%
}
.form-group-material.error {
  margin-bottom: 50px
}

.form-group-material.error:before {
  background-color: #00f
}

.form-group-material.focused:before {
  width: 100%
}
.material-label {
  font-size: 12px;
  color: #fff;
  font-family:Akrobat-Regular;
  opacity: 0.9;
  display: block;
  width: 100%;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  cursor: text;
  -webkit-transition: color ease .3s, -webkit-transform ease .3s;
  transition: color ease .3s, -webkit-transform ease .3s;
  transition: transform ease .3s, color ease .3s;
  transition: transform ease .3s, color ease .3s, -webkit-transform ease .3s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.error .material-label {
  color: #00f
}


.focused .material-label {
  -webkit-transform: translateY(-120%) scale(0.82);
  transform: translateY(-120%) scale(0.82);
  color: #e6ca29
}

.focused:after, .focused:before {
  background: #e6ca29
}

.error.focused .material-label {
  color: #e6ca29
}

.has-value .material-label {
  -webkit-transform: translateY(-120%) scale(0.82);
  transform: translateY(-120%) scale(0.82)
}

input.material-field, textarea.material-field {
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  margin: 0;
  background: 0 0;
  resize: none
}

input.material-field:focus, textarea.material-field:focus {
  box-shadow: none;
  background: 0 0
}

textarea.material-field {
  height: 140px
}

.txtarea_wr .material-label {
  top: 9px
}

.modal-backdrop.in {
  opacity: .88
}
.modal.fade.modal_custom.in{
    background-color: black;
}

.modal_custom .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF
}
.modal_custom input.btn.btn_custom{
    background-color: transparent;
}
.modal_custom .link
{
    color: #e6ca29;
}
.checkbox_wrap{
    margin-left: 16px;
}
.checkbox_wrap input, .checkbox_wrap label{display: inline}
.checkbox_wrap input{margin-right: 10px}
.modal_custom input.btn.btn_custom:hover, .modal_custom input.btn.btn_custom:focus
{
    background: #e6ca29;
    color: #FFF;
}

.modal_custom .modal-dialog {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  height: 530px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transform: none
}

.modal_custom .modal-body {
  max-width: 800px;
  margin: auto
}

.modal_custom .close {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 2;
  background: url(../images/close.png) no-repeat;
  right: -1095px;
  top: 35px;
  left: 0;
  margin: auto
}