

body{
    background: #3399ff;
}

form{
    background: linear-gradient(to bottom, #35408e 30%, #3399ff 86%);
    color: #fff;
    min-height: 400px;
    padding-bottom: 60px;
}

div{
}

div.logo-container{
    padding:10px;
}

img.logo{
    margin:auto;
    height: 100px;
}

div.error input{
    border:1px solid #ff1a1a;

}