.startpage{
    max-width: 750px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color:  #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    font: bold 16px arial, sans-serif;
    text-align: center;
    padding: 5px;
    min-height: 400px;
}


.startpage .title-row{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left:40px;
    margin-right:40px;
}

.startpage .main-row{
    text-align: left;
    margin-bottom: 20px;
    margin-left:30px;
    margin-right:30px;
    font: 14px arial, sans-serif;
}

.startpage button{
    display: block;
    border-radius: 2px;
    background-color:  #8F76CC;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 0;
    padding: 14px 22px;
    margin: 5px 200px 0;
    width:240px;
}
.logoimagestart{
  border-radius: 8px;
  margin: auto;

}