html {
    height: 100%;
}

.login {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: #dea455 !important;*/
    background-image: url("../global/img/bg/purty_wood.png");
    /*background-image: url("../global/img/bg/retina_wood.png");*/
    /*background-image: url("../global/img/bg/wood_pattern.png");*/
    /*background-image: url("../global/img/bg/tileable_wood_texture.png");*/
}

.login .content {
    margin: 0;
    padding-bottom: 38px;
}

.login .content .form-actions {
    border-bottom: none;
    padding: 0 30px;
}

.login .content .form-actions .btn {
    /*width: 100%;*/
    float: right;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.logo-jatim {
    display: flex;
    flex-grow: 1;
}

.logo-jatim img {
    height: 52px;
}

.logo-jatim .text {
    align-self: center;
    padding-left: 10px;
    font-size: 12.5px;
    font-weight: bold;
    color: #4e5a64;
    letter-spacing: -0.07em;
    word-spacing: 0.1em;
}

.logo-jatim .text > div {
    text-align: center;
}

.logo-brand {
    display: flex;
    margin: 0 0 30px 0;
}

.logo-brand img {
    align-self: center;
    width: 100%;
}

.btn.btn-login {
    color: #FFF;
    background-color: #e89e50;
    border-color: #e89e50;
}