
.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, #6E48AA, #9D50BB);
    border: none;
    color: white;
    font-weight: 600;
}

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

body {
    background: -webkit-linear-gradient(to right, #416A29, #76b852);
    background: linear-gradient(to right, #416A29, #76b852);
    padding-top: 3%;
    background-image: url("../images/bgs2.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}
.pms-t1 {
    font-size: 20px;
    font-weight: 700;
    color: #7c4aaf;
}
.pms-t2 {
    font-size: 19px;
    font-weight: 700;
}
.developer {
    position: fixed;
    bottom: 1px;
    right: 5px;
    color: #fff;
    background-color: #eee9e982;
    border-radius: 11px 10px 0 0;
    font-size: 13px;
    line-height: 17px;
    padding: 2px 23px;
    font-weight: bold;
}
body{
    background-image: url("../..//image/rep-pms1.jpg");
    background-color: #cccccc;
    background-repeat: repeat;
    background-size: 400px 400px;
}
.login-wrap {
    width: 100%;
}
.login-bg-pms {
    background-image: url(../..//image/shree-jeyam-silver-login.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 93%;
    height: 100%;
    background-color: black;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Lato", Arial, sans-serif;
    color: #4e516a;
}
.form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3642b3;
    font-weight: 700;
}
#pms_send_verify_char {
    background-color: green;
    color: white;
}
#success_alert_msg {
    color: green;
}
.alert_pms_warning {
    color: #e84100;
}
.alert_pms_success {
    color: green;
}
@media only screen and (max-width: 600px) {
    #login_pms_frm {
        display: none;
    }
    #pms_send_verify_char {
        background-color: green;
        color: white;
        padding: 2px;
        font-size: 13px;
    }
}
