.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.form-control {
    height: 48px;
    background: #ffffff59;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px !important;
}

.btn.btn-login {
    background: #2C3E50;
    background: linear-gradient(to right, #6e5ce7, #6E5CE7);
    border: none;
    color: white;
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}

.btn.btn-login:hover {
    background: linear-gradient(to right, #6e5ce7, #6E5CE7);
}

.form-group a {
    color: #2f2b2b;
}

body {
    background: #6e5ce7 !important;
    padding-top: 3%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /*background-image: url(../images/bglog.jpg);*/
}

.pms-t1 {
    font-size: 17px;
    font-weight: 700;
    color: #4e9b02;
    margin-top: 14px;
}

.pms-t2 {
    font-size: 19px;
    font-weight: 700;
}

.developer {
  position: fixed;
  bottom: 1px;
  right: 0px;
  color: #fff;
  background-color: #ffffff12;
  border-radius: 10px 10px 0px 0px;
  font-size: 13px;
  line-height: 17px;
  padding: 4px 10px;
  width: 100%;
  text-align: center;
}

.brand-pms-l1 {
    width: 200px;
    text-align: center !important;
    background-color: #ffffff29;
    border-radius: 30px;
}

.img,
.login-wrap {
    width: 100%;
}

#submit_lo {
    width: auto;
    padding: 2px 100px !important;
}

#pms_send_verify_char {
    background-color: #ddd8fd;
    border: none;
}

#pms_send_verify_char:hover {
    color: black;
    background-color: #bab4e5;
    border: none;
}

#debug-icon {
    display: none;
}

#alert_msg {
    text-align: center !important;
    display: block ruby;
    width: 100%;
}

.alert_pms_warning {
    color: #df1e1e;
    padding: 5px 16px;
    border-radius: 6px;
}

.alert_pms_success {
    color: #277b0f;
    border: none;
    padding: 5px 16px;
    border-radius: 6px;
}