.header{
    background-image: url("../img/pohja3.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 4px solid grey;
}

.otsikko{
    margin-top:75px;
    margin-bottom:50px;
}
body{
    /*background: #080808;*/
    min-height: 500px;
}
.login-form{
    margin: 0 auto;
    margin-top:100px;
    font-size: 25px;
}

.pohja{background: white;
padding:5px;
margin-bottom: 10px;
margin-top:25px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Valitse tiedosto";
  }

.btn-grey{
    background-color: #343a40;
    color:white;
    margin-bottom: 10px;
}

.raportti-otsikon-pohja{
    background-color: #afb2b4;
    padding:5px;
    font-weight: bold;
}
.raportin-otsikot{
    padding:5px 0px 5px 0px ;
    font-size: 18px;
    font-weight: bold;
}
.vali{
    margin-bottom: 100px;
}

.nelio{
    width:300px;
    height: 300px;
}
.etusivu-icons{
    font-size: 100px;
}
.top{
    margin-top:120px;
}
.blue{

    color: red;
   
 }

 

@media (max-width: 767.98px) { 
    
.small_hide{

    display: none;
}

.underline{
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
}

.etusivu-icons{
    font-size: 50px;
}
 }


 .showMessages{
     background-color: rgb(163, 231, 163);
     color:white;
     padding:10px;
    
 }

 .tiedot{
     margin-bottom:25px;
 }

 