* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
}

.login-bg {
    padding: 40px 20px 100px;
    background-color: #D43F49;
    background-image: url(../img/img_bg.png);
    background-position: center;
    background-size: cover;
    height: 100%;
    overflow: auto;
}

.login-box {
    background-color: #fff;
    padding: 15px 20px;
    margin: 100px auto 50px !important;
    border-radius: 15px;
    z-index: 2;
}

.login-box img {
    margin-top: -60px;
    width: 90px;
    height: 90px;
    background-color: #D43F49;
  /*  border-radius: 50%;*/
    border: 10px solid #fff
}

.logo-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.login-box form select {
    width: 100%;
    border-radius: 6px;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #ccc;
}

.login-box form input {
    width: 100%;
    border-radius: 0 6px 6px 0 !important;
    padding: 10px 15px 10px 5px;
    height: 50px;
}

.input-group-addon.input-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #b7b7b7;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 6px 0 0 6px !important;
    width: 39px;
}

.input-group {
    width: 100%
}

.input-group input {
    border-left: 0;
}

.verification {
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 10;
    background-color: #ff3543;
    border-radius: 25px;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    cursor: pointer;
}

.btn-shadow {
    color: #fff;
    background-image: linear-gradient(to right, #ff3749, #ec525f) !important;
    -webkit-box-shadow: 0px 7px 17px 0px rgba(255, 90, 123, 0.65) !important;
    box-shadow: 0px 7px 17px 0px rgba(255, 90, 123, 0.65) !important;
    border-radius: 26px !important;
    font-size: 14px;
    height: 42px;
    border: 0;
    width: 100%;
}

.login-box button {
    margin: 30px 0 15px
}

.login-bg .copyright {
    text-align: center;
    font-size: 12px;
    color: #dadada;
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 1;
}

a.forget-pw {
    font-size: 12px;
    color: #888888;
    position: absolute;
    right: 0;
    top: 57px;
    z-index: 2;
}