.login{
    margin: 50px auto 15px;
    background-color: 659bec;
    width: 350px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #000;
    border: 1.5px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.login h1{
    font-size: 2em;
    color: white;
    margin-bottom: 5px;
}

.login-form{
    margin-top: 15px;
    text-align: center;
}

.control-group {
    margin-bottom: 12px;
}

.login input{
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #ffffff00;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 200;
    padding: 8px 0;
    width: 275px;
    transition: border .5s;
}

.login .btn{
    border: 2px solid transparent;
    background: white;
    color: #659bec;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
    text-decoration: none;
    text-shadow: none;
    border-radius: 8px;
    box-shadow: none;
    transition: 0.25s;
    display: block;
    width: 275px;
    margin: 25px auto 0;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.copy {
    font-size: 0.7em;
    text-align: center;
    color: #b71c1c;
}

