@charset "UTF-8";

body {
    background-color: #DDDBDB;
}

.login-form {
    width: 350px;
    height: auto;
    top: 30%;
    margin-top: -160px;
}

.inline_survey {
    display: block;
    width: 100%;
    height: 100%;
}

a:hover {
    color:white;
}