﻿html {
    height: 100%;
    font-family: Tahoma, Verdana, sans-serif;
}

body {
    height: 100%;            
    background-repeat: no-repeat;
    background-size: cover;
}

.global-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    padding-top: 10px;
    font-size: 14px;
    margin-top: 30px;
}

input {
    width: 100%;
}

