@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}

#particles-js {
    width: 99vw;
    height: 99vh;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}

.form-container {
    position: absolute;
    /*z-index: 1;*/
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

form {
    margin: 0 auto;
}

h1 {
    margin: 0;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    color: #0553c7;
}

button {
    width: 100%;
    color: white;
    background-color: #0553c7;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    border: none;
    border-radius: 4px;
}

    button:hover {
        cursor: pointer;
    }

input {
    width: 100%;
    padding: 0 10px 0 10px;
    outline: 0;
    appearance: none;
    border: 1px solid grey;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    input:focus {
        border: 1px solid #0553c7;
    }

.input-wrapper {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    position: relative;
}

.link-wrapper {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.action-wrapper {
    margin-bottom: 15px;
}

.message-wrapper {
}

input:-webkit-autofill {
    box-shadow: inset 0 0 0 9999px white !important;
}

.home-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-tail-container {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-tail {
    height: 150px;
    width: 150px;
    margin: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    float: left;
}

.home-message {
}

a {
    color: #00409a;
}

#password {
    padding-right: 30px;
}

.eye-toggle {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.eye-toggle i {
    font-size: 1.2em;
    color: #888;
}

.links {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    cursor: pointer;
    color: #00409a;
}
