html, body {
    background-color: #1E90FF;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 94px;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    font-family: "Times New Roman", Times, serif;
}

.links > a {
    color: white;
    padding: 0 25px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
}

.m-b-md {
    margin-bottom: 30px;
}

.form-login {
    width: 90%;
    display: flex;
}

.login-app-1 {
    color: white;
    font-size: 48px;
}

.login-app-2 {
    color: white;
    font-size: 18px;
}

#username, #password {
    background: transparent;
    border-color: blue;
}

#lihat, #sembunyi {
    font-size: 15px;
}

@media screen and (max-width: 1210px) {
    .form-login {
        width: 95%;
    }
}

@media screen and (max-width: 1200px) {
    .login-app-1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    .form-login {
        width: 100%;
        display: block;
    }
    .welcome-login {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .input-pass {
        width: 90%;
    }
}

@media screen and (max-width: 351px) {
    .login-app-1 {
        font-size: 30px;
    }
}
