body > .grid {
    height: 100%;
}
.image {
    margin-top: -100px;
}
.column {
    max-width: 450px;
}


.ui.secondary.segment {
    background: #717171B5;
    color:rgba(0, 0, 0, 0.6);
}

.ui.header {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.28571429em;
    text-transform: none;
    color: 
    rgba(253, 253, 253, 0.72);
}

body {
    background-image: url("../../resources/img/back/3.jpg");/*3 5 6*/            
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
}

