* {
    font-family: 'Source Sans Pro', 'sans-serif';
}

.pi-bg {
    background-color: #edeff5 !important;
}

.login-logo img {
    margin: 10px 2px 15px 0px;
    max-width: 380px;
    max-height: 200px;

}

.form-group {
    margin-bottom: 10px !important;
}

.login-box {
    width: 385px;
    margin: 7% auto;
    margin-top: 115px;
}

.login-logo {
    text-align: center;
    margin-top: 50px;
}

.login-box-body {
    padding: 20px;
    border-top: 0;
    color: #666;
}

.box-login {
    text-align: center;
    width: 350px;
    height: 300px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(175px, -60px);
}

.btn-login {
    background: #ff891b !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.11) !important;
    font-family: 'Source Sans Pro', 'sans-serif';
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding-left: 80px !important;
    padding-right: 80px !important;
    transition: background 0.1s linear;
    width: auto;
    height: 50px;
    margin-top: 25px;
}

.login-field {
    background-color: #ffffff !important;
    width: 100%;
    height: 50px;
    font-size: 15px;
    border-radius: 6px !important;

}

.login-space {
    margin-top: 25px;
}

.recover-pwd {
    color: #ff891b !important;
}

.new-cad {
    margin-top: -17px !important;
}

.new-cad a {
    font-size: 15px;
    color: #8d909c;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .login-logo img {
        width: 110px;
    }
}
