.wpv-box-flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

.wpv-box-alignCenter {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }

.wpv-box-alignEnd {
  align-items: flex-end; }

.wpv-box-justifyCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wpv-box-justifyRight {
  justify-content: right; }

.wpv-box-justifyLeft {
  justify-content: left; }

.wpv-box-justifyAround {
  justify-content: space-around; }

.wpv-box-justifyEvenly {
  justify-content: space-evenly; }

.wpv-box-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.wpv-modal-scroll {
  overflow: auto; }

.wpv-box-spaceBetween {
  justify-content: space-between; }

.wpv-box-item-flex .wpv-box-item-inlineBlock {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wpv-box-item-flex {
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch; }

.wpv-box-item-flex2 {
  align-self: stretch;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -ms-flex-item-align: stretch; }

.wpv-box-item-flex6 {
  align-self: stretch;
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  -ms-flex-item-align: stretch; }

.success-msg-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 1000; }
  .success-msg-modal .modal-main .modal-layer {
    border-radius: 5px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    background: rgba(15, 15, 15, 0.8);
    height: 130px;
    width: 200px;
    color: white; }
    .success-msg-modal .modal-main .modal-layer .layer-title img {
      height: 55px;
      width: 55px; }

.modal-header {
  border-bottom: none !important; }
  .modal-header .login_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #bebebe;
    margin-top: 15px; }

.modal-content {
  border-radius: 20px !important;
  border: none !important; }
  .modal-content .login_input {
    width: 100%;
    height: 40px;
    font-size: 1.3em;
    line-height: 40px;
    color: #898989;
    border: #bebebe 1px solid; }

/*# sourceMappingURL=main.css.map */
