.wrap {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    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);
}

.btn.btn-login {
    background: #2C3E50;
    background: linear-gradient(to right, #0169FF, #5A4EA8);
    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, #1B4279, #0165F9);
}

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

body {
    background: #07306e !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: 0px;
    right: 0px;
    color: #fff;
    background-color: #183662;
    border-radius: 10px 0px 0px 0px;
    font-size: 13px;
    line-height: 17px;
    padding: 4px 10px;
}

.brand-pms-l1 {
    width: 300px;
    text-align: center !important;
    background-color: #fff0;
    border-radius: 0px;
}

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

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

#pms_send_verify_char {
    background-color: #0db91d;
    border: none;
    color: white;
}

#pms_send_verify_char:hover {
    color: black;
    background-color: #00ff19;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}

#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;
}