.limiter {
    padding: 6em 0em 1em 0em;
    background: #e9ecf4;
    height: 100vh;
}
.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);
}
.wrap .img {
    height: 150px;
}
.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.login-wrap {
    position: relative;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.login-wrap h3 {
    font-weight: 300;
    color: #000;
    font-size: 20px;
}
.w-100 {
    width: 100% !important;
}
/*.social-media {
    position: relative;
    width: 100%;
}
.social-media .social-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    margin-right: 5px;
    border-radius: 50%;
}
.social-media .social-icon span {
    color: #999999;
}*/
.form-group {
    position: relative;
    z-index: 0;
    margin-bottom: 20px !important;
}
.form-control-placeholder {
    position: absolute;
    top: 2px;
    padding: 7px 0 0 15px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: .6;
}

.btn.btn-primary {
     background: #515e97 !important;
    border: 1px solid #525e96 !important;
    color: #fff !important;
}
.checkbox-primary {
    color: #515e97;
}
p.agree_text a {
    font-size: 14px;
    color: #8e8e8e;
}
.forgot_pass {
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}
.form-group.loginbtn {
    margin-bottom: 10px!important;
}

.forgot_pass a {
    font-size: 15px;
}
.form-group a {
    color: gray;
}
p.agree_text {
    margin-bottom: 0px;
}
a.resendotp {
    font-size: 13px;
}