.login {
    width: 100vw;
    min-height: 100vh;
    background: #71767a;
    overflow-x: hidden;
    padding: 10vw;
    padding-top: 30vh;
}

.loginBtn {
    width: 80%;
    padding: 3%;
}

.getUpdateApp {
    position: fixed;
    width: 100vw;
    color: white;
    left: 0;
    bottom: 5vh;
    text-align: center;
}

.getUpdateApp a {
    text-decoration: none;
    color: white;
}

label {

    font-weight: 100;
}

.btn-primary {

    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;

}