
#login-wrapper{
    width: 100%;
    max-height: 300px;
    max-width: 400px;
    background:
    white;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #ebebeb;
    padding-bottom:20px;
}
input[type="submit"] {
    margin-top:20px;
    margin-bottom:5px;
    width: 100%;
}
input {
    margin-bottom:5px;
    width: 100%;
}
form{
    width:80%;
    margin-top:25px;
}
#login-header{
    width: 100%;
    text-align: center;
    background:#1677cb;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#login-header p{
    display:none
}
#login-notice{
    color: #840000;
    height: 40px;
    padding-top: 10px;
    margin-bottom: 10px;
}