@font-face {
    font-family:  'Roboto-Regular';
    src: url(/font/Roboto/Roboto-Regular.ttf);
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto-Regular';
    background-image: url(img/image.png);
    background-size: cover;
}

h3{
    margin: 0;
    padding: 0;
}

h1{
    text-align: center;
    margin-bottom: 70px;
}

.login{
    margin-top: 2%;
    margin-left: 30%;
    margin-right: 30%;
    width: 500px;
    height: 500px;
    padding: 50px 30px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 1px 10px 1px rgb(60, 57, 57) ;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.daftar button{
    width: 408px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3px;
}

.daftar button{
    background-color: #062058;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
}

.daftar p, a{
    display: flex;
    justify-content: center;
    text-decoration: none;
    gap: 0.6rem;
}

.uspas{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.uspas input{
    width: 400px;
    height: 20px;
}

