@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #FFB900;
    --secondary-color: #970404;
    --light-background: #f2efef;
    --light-color: #fff;
    --text-color: #222;
    --lighter-color: #e9e5e5;
    --font_family2: "Raleway", sans-serif;
    --lato: 'Lato', sans-serif;
    --font_size1: 1.5rem;
    --font_size2: 1.3rem;
    --font_size3: 1.2rem;
    --font_size4: 1.125rem;
    --font_size5: 1rem;
    --font_size6: 0.875rem;
    --font_size7: 0.75rem;
    --font_size8: 0.625rem;
    --font_size9: 0.5rem;
    --border-radiusm: 8px;
    --border-radiuss: 4px;
}

body{
    font-family:var(--lato);
    background: url(housecare/pictures/Background.png);
    padding:20px;
}

.text-center {
    font-family: var(--font_family2);
    font-size: var(--font_size1);
    font-weight: 600;
    margin: 32px 0;
}

.social_sign {
    width: 100%;
    display: flex;
    gap: 24px;
}

.sign_with {
    text-align: center;
}

.login-link {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-align: right;
}

.login-btn {
  background: var(--primary-color);
  padding: 0.3rem 0.2rem;
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-weight: 600;
  border: none;
  width: 100px;
  border-radius: 8px;
  margin-left: 16px;
}

.terms {
    font-size: var(--font_size8);
}
.contain {
    background: white;
    border-radius: 24px;
    width: 100%;
    max-width: 650px;
    padding: 40px;
}

.register-btn {
  width: 100%;
  padding: 0.8rem;
  background: #ffb400;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.google-btn {
    background: rgb(238, 237, 237);
    border: 1px solid silver;
    border-radius: 10px;
    align-items: center;
}

.google-btn:hover {
    background: var(--primary-color);
    
}

.cards{display:flex;gap:20px;margin-bottom:20px;}
.card{background:#fff;padding:20px;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,0.1);width:180px;text-align:center;}
table{width:100%;border-collapse:collapse;background:#fff;border-radius:5px;overflow:hidden;margin-bottom:20px;}
th,td{padding:10px;text-align:left;border-bottom:1px solid #ccc;}
th{background:#eee;}
a{margin-right:15px;text-decoration:none;color:blue;}
button,input,textarea,select{padding:8px;margin-bottom:10px;width:300px;}
form{margin-bottom:20px;}
img{margin-top:5px;border-radius:5px;}
