
body{
    font-family: 'Potta One', cursive;
    background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}
.login-view{
    background-color: white;
    border-radius: 10px;
}
.login-btn{
    width: 200px;
    height: 40px;
    color: rgb(236, 236, 236);
    background-color: rgb(160, 104, 0) !important;
}
.form-group{
    position: relative;
}
.form-group label{
    position: absolute;
    top: 5px;
    left: 5px;
}
.form-control{
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 2px solid black !important;
}
.form-control:focus{
    box-shadow: none !important;
}