body {
    background-color: #533361;
    height: 100vh;
    width: 100vw;
}

#wrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -60px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.card {
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 6px #00000017;
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
}
.card-body {
    padding: 20px;
}
.card-title {
    font-size: 24px;
    font-weight: bold;
    color: #2b2b2b;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.toast {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
}

.logo-icon {
    height: 50px;
    margin-top: 70px;
}

.btn {
    color: #ffffff;
    background-color: #90B5D3;
    border-color: #90B5D3;
    font-family: "Segoe UI", arial, sans-serif;
    border-radius: 0.25rem;
}

.btn:hover {
    background-color: #bf2f10;
    border-color: #bf2f10;
}

.btnRegister {
    margin-top: 1.5rem;
    width: 100%;
}

.btnLogin {
    width: 25%;
    margin-right: 10px;
}