
body > .grid {
    height: 100%;
}



.image {
    margin-top: -100px;
}
.column {
    max-width: 450px;
}

.segment {
    height: 100px;
    box-shadow: 0px 15px 30px -10px #666 !important;
}

.message {
    margin-top:30px !important;
    background:#eee !important;
}

input[name='username'] {
    position:absolute;
    width:340px !important;
    top:-20px;
    left:40px;
    background: #eee !important;
}

input[name='password'] {
    position:absolute;
    width:340px !important;
    top:-13px;
    left:40px;
    background: #eee !important;
}

button[name='login'] {
    position:absolute;
    border-radius:50% !important;
    width:50px !important;
    height:50px !important;
    font-size:16px !important;
    padding:0px !important;
    padding-left:15px !important;
    right:0px;
    top:22px;
    color:white !important;
    border: white 5px solid !important;
}

.content {
    font-size:24px;
}

.lock {
    padding:5px !important;
}