﻿.login-input {
    padding: 25px;
    color: #fff;
    font-size: 20px;
    height: 75px;
        display: flex;
    align-items: center;
    justify-content: center;
}

.login-input input {
    width: 100%;
    height: 50px;
    padding: 20px;
    /*padding: 25px;*/
    color: #000;
    border: none;
}

.login-input input:focus {
    outline: none;
}

#login-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#welcome {
    text-align: center;
    color: #fff;
    font-size: 3vw;
    padding-bottom: 10px;
}

#loginbuttoncontainer {
    padding: 25px;
    padding-top: 15px;
}

#loginbutton {
    width: 100%;
    height: 50px;
    background: #4DD1C1;
    color: #131B24;
    border: none;
    font-size: 25px;
    font-weight: bold;
    margin: auto;
}

#loginbutton:focus {
    outline: none;
}

.login-warning {
    color:yellow;
}