﻿.app .header-fixed + .layout {
    padding-top: 0;
}

header {
    display: none;
}

.box-half {
    height: 100vh;
}

.text-middle {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.validation-summary-errors {
    font-family: byekan;
    font-size: 120%;
    line-height: 200%;
  
}

    .validation-summary-errors span {
        float: right;
          display:block;
        font-family: Trebuchet MS;
        font-size: 300%;
        padding: 15px;
    }

    .validation-summary-errors ul {
        list-style: none;
    }