﻿:root {
    --primary-gradient: #e50e32;
    --secondary-gradient: #ffffff;
}

body {
    height: 100vh;
    background: linear-gradient(150deg, #0f8a0e 20%, #55d502 60%);
    overflow: hidden;
}


img.logo {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
}

a.esqueci-a-senha {
    color: white;
    text-decoration: none;
}

.esqueci-a-senha:hover {
    text-decoration: underline;
}

.white {
    position: absolute;
    width: 100vw;
    height: 50vh;
    background: #ebeff2;
    top: 60%;
    z-index: -1;
}

div.card {
    margin-top: -8%;
    background-color: transparent;
    border: none;
}

.logo-ironbug {
    position: absolute;
    bottom: 12%;
    left: 50%;
    max-width: 150px;
    transform: translateX(-50%) translateY(-50%);
}
