body {
    padding: 0;
    margin: 0;
    background-image: url(assets/img/galerifoto/slide2.jpeg);
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    width: 400px;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-shadow: 0 10px 10px 10px rgb(0, 0, 0, .2);
}

.header {
    background-image: url(assets/img/galerifoto/logo.png);
    background-size: cover;
    padding: 5px 30px;
    color: white;
    border-radius: 15px 15px 0 0;
}

.header p {
    font-size: x-small;
    color : black ;
    padding: 5px 30px;
}

.login-area {
    text-align: center;
    padding: 50px 50px 30px 50px;
}
.username,
.password {
    width: 100%;
    text-align: center;
    padding: 13px 0;
    border-radius: 20px;
    outline: none;
    border: none;
    color: white;
    background-color: rgba(238, 138, 45, 0.5);
    margin-bottom: 15px;
    transition: 5s;
}
.username::placeholder,
.password::placeholder {
    color: rgba(255, 255, 255, .7);
}
.username:focus,
.password:focus {
    background-color: #E67E22;
}

.submit {
    width: 150px;
    padding: 10px;
    background-color: #ffa150;
    border-radius: 10px;
    font-weight: bold;
    color: white;
    border: none;
    outline: none;
    margin: 10px;
    transition: .2s;
    cursor: pointer;
}

.submit:hover {
    background-color: #E67E22;
}

a {
    display: block;
    font-size: x-small;
    text-decoration: none;
    color: rgb(8, 182, 235);
    margin-top: 10px;
}

.tulisan {
    color:aliceblue;
}