@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


body {
     background-color: black;
     padding: 0 0;
     font-family: Ubuntu,Arial;
     font-weight: 400;
  font-style: bold;
}

.habbo {
     background:#8fd1ff url(/app/index/hotel.png?v3) no-repeat right bottom;
     min-height: 100vh;
     width: 100%;
     border-radius: 20px;
}

.habbo .main {
     background-color: #e2e2e2;
     border: 1px solid black;
     border-radius: 8px;
     padding: 25px;
     color: black;
}

input[type=text] {
     width: 100%;
     height: 40px;
     padding: 12px 10px;
     margin: 8px 0;
     box-sizing: border-box;
     border: 1px solid #676767;
     border-radius: 8px;
     outline: none;
}

input[type=password] {
     width: 100%;
     height: 40px;
     padding: 12px 10px;
     margin: 8px 0;
     box-sizing: border-box;
     border: 1px solid #676767;
     border-radius: 8px;
     outline: none;
}


input[type=email] {
     width: 100%;
     height: 40px;
     padding: 12px 10px;
     margin: 8px 0;
     box-sizing: border-box;
     border: 1px solid #676767;
     border-radius: 8px;
     outline: none;
}

.habbologin {
     border: 1px solid #9e9e9e;
     width: 100%;
     height: 40px;
     border-radius: 8px;
     background: linear-gradient(180deg, rgba(226,226,226,255) 50%, rgba(217,217,217,255) 50%);
     margin-top: 0.5em;
} 

.habbologin:hover {
     background-color: #d9d9d9;
}

hr.new3 {
     border-top: 1px dotted black;
}

.habboregister {
     background: rgba(0,122,0,1);
     border: 3px solid rgba(0,122,0,1);
     width: 100%;
     height: 50px;
     border-radius: 8px;
     background: linear-gradient(180deg, rgba(90,166,0,1) 50%, rgba(0,122,0,1) 50%);
     margin-top: 0.5em;
     color: white;
     font-size: 24px;
} 

.habboregister:hover {
     background: linear-gradient(180deg, rgba(0,122,0,1) 50%, rgba(0,122,0,1) 50%);
     color: white;
} 