﻿/*
Theme Name: Thyta_Theme
Author: Dominique André
Author URI: https://hostinger.com/tutorials/author/luqman
Description: A development theme, from static HTML to WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: auto;
  margin: 0;
  background-color: rgb(240, 237, 240);
  font-family: "Open Sans", sans-serif;
}

.top {
  text-align: center;
}

.logo {
  margin-top: 20px;
  max-width: 80px;
  margin-bottom: 10px;
}

.cadastur {
  max-height: 20px;
  margin: 10px 0;
}

.photo {
  max-width: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.title {
  font-size: 1.5em;
  margin: 10px 0;
  margin-bottom: 1px;
}

.subtitle {
  font-size: 1.5em;
  margin: 10px 0;
  margin-bottom: 10px;
}

.buttons {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
}

button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background-color: #a0afaf;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

button img {
  width: 80%;
  height: auto;
}

button:hover {
  background-color: #c62fdd;
}
.btn {
  padding: 10px 30 px;
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  pointer-events: none;
  box-shadow: none;
}

.footer {
  margin: 10px 0;
}

.footer p {
  font-size: 1.2em;
  color: #555;
}
