﻿body {
    margin: 0px;
    /*background-image: url(../images/background_login1.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.container {
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box {
    padding: 20px;
    width: 380px;
    background: lightgrey;
}

.form-logo {
    width: 380px;
    height: 100px;
    font-size: 80px;
    text-align:center
}



