html {
    height: 100%;
}

.login {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.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: 20px;
}

.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-sipelita {
    display: flex;
    margin: 25px 0 45px 0;
}

.logo-sipelita img {
    align-self: center;
    width: 250px;
}