﻿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;
    padding:1rem;
}

.formcontainer {
    padding: 20px;
    position: relative;
    background-color:white;
    width:25%;
    max-width:600px;
    min-width:400px;
}

@media only screen and (max-width: 600px) {
    .formcontainer {
        width: 100%;
        max-width: 600px;
        min-width: 100px;
    }
}


    .formcontainer .INS {
        font-size: 30px;
        padding:20px;
    }

    .formcontainer form {
        overflow:hidden;
    }

.formcontainer h1{
    text-align:center;
    font-size:30px;
}

    .formcontainer button {
        margin-top:2rem;
        background-color: #71787d;
        text-decoration: none;
        color: white;
        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;
    }
    