﻿body {
    background-color: #71787d !important;
}

.logo {
    background-image: url('../images/APTSkidataLogo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    height: 64px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    background-color: #71787d !important;
    border-bottom: 1px solid #f6da0f;
    overflow: hidden;
}


.centered {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.formcontainer {
    width: 500px;
    padding: 20px;
    border: 1px solid black;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right-color: #71787d;
    border-bottom-color: #71787d;
    background-color: white;
    position: relative;
}

.formcontainer h1{
    text-align:center;
    font-size:35px;
}

.formcontainer button {
    margin: 1px;
    background-color: #70787c;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    transition: ease-in-out 0.1s;
    border: none;
    text-align: center;
    display: inline-block;
    padding:8px;
}

    .formcontainer button:hover {
        text-decoration: none;
        color: white;
        background-color: #494e53;
    }
    