﻿body {
    background-color: #ffffff;
    background-image: url('https://cdn.nuplay2025.com/nuplay/img/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div.title img {
    width: 90%;
    max-width: 30rem;
}

section.body {
    width: 90vw;
    max-width: 640px;
}

#app div.field {
}

p.notice {
    color:white;
    font-weight:300;
    letter-spacing:-1px;
    font-size:0.9rem;
}

p.notice i {
    margin-right:0.5rem;
}



p.control a.button {
    font-family: 'nuskin-light', sans-serif;
    font-size: 1rem;
    min-width: 6rem;
    padding: 1.4rem 0;
    background-color: #3939FF;
    color: #ffffff;
}

p.control input.input {
    font-family: 'nuskin-light', sans-serif;
    font-weight:600;
    font-size: 1rem;
    padding: 1.4rem 0.5rem;
}

button.login {
    font-family: 'nuskin-light', sans-serif;
    font-size: 1rem;
    min-width: 6rem;
    padding: 1.4rem 0;
    background-color: #3939FF;
    color: #ffffff;
}


