body { text-align: center; background-color: #121B26; color: #F2E6D8; } .HeaderPanel { position: fixed; overflow: hidden; background-color: #59142D; padding: 10px 10px; top: 0; width: 100%; } .HeaderPanel a { text-align: center; color: #F2E6D8; padding: 6px; text-decoration: none; font-size: 18px; line-height: 25px; border-radius: 4px; } .HeaderPanel a:hover { color: #BF7D65; } .HeaderTitle { text-align: center; display: inline-block; font-weight: bold; margin-bottom: 0; } .HeaderLeft { float: left; } h5{ padding-bottom: 30px; } /*Create game jam*/ .container{ height: 70vh !important; } #createGameJam { /*justify-content: center;*/ display: grid; width: 90%; } #createGameJam input{ display: block; position: center; } #createGameJam input:focus-visible { outline: none; } #startDate { /*width: 32.5%;*/ display: inline-block !important; margin-right: 2.5%; } #startDateLabel { display: inline-block; left: 0; } #endDate { /*width: 32.5%; */ display: inline-block !important; margin-right: 2.5%; float: left; } #endDateLabel { display: inline-block; left: 0; /* left: 37.5%; */ } #colDate{ width: 60%; } #colTime{ width: 40%; } #startTime { /* width: 12.5%; */ /* display: inline-block !important;*/ margin-right: 2.5%; float: left; justify-content: center; display: grid; } #startTimeLabel { display: inline-block; left: 0; /*left: 72.5%; */ } #endTime { /*width: 12.5%; */ display: inline-block !important; float: left; } #endTimeLabel { display: inline-block; left: 0; /* left: 87.5%;*/ } #description { color: #F2E6D8; border-radius: 15px; border: double; width: 100%; height: 250px; } #Beskrivelse { margin-bottom: 10px; } #indsend { /* background-color: #121B26; border-radius: 15px; color: #F2E6D8; border: double;*/ border: 0; background: none; display: block; margin: 20px auto; text-align: center; border: 2px solid rgb(52, 152, 219); padding: 10px 10px; outline: none; color: #F2E6D8; border-radius: 24px; transition: 0.25s; width: 50%; } #indsend:hover { color: #BF7D65; } #row{ width:100%; } /*Create Game Jam end*/ .FormField { position: relative; padding: 15px 0 0; margin-top: 10px; } .FormFieldInput { font-family: inherit; width: 100%; border: 0; border-bottom: 2px solid #9b9b9b; outline: 0; font-size: 1.3rem; color: #fff; padding: 7px 0; background: transparent; transition: border-color 0.2s; } .FormFieldInput::placeholder { color: transparent; } .FormFieldInput:placeholder-shown ~ .FormFieldLabel { font-size: 1.3rem; cursor: text; top: 20px; } .FormFieldLabel { position: absolute; top: 0; display: block; transition: 0.2s; font-size: 1rem; color: #F2E6D8; } .FormFieldInput:focus { padding-bottom: 6px; font-weight: 700; border-width: 3px; border-image: linear-gradient(to right, #59142D, #FF142D); /*linear-gradient(to right, #11998e, #38ef7d);*/ border-image-slice: 1; } .FormFieldInput:focus ~ .FormFieldLabel { position: absolute; top: 0; display: block; transition: 0.2s; font-size: 1rem; color: #BF7D65; font-weight: 700; } .FormFieldInput:required, .FormFieldInput:invalid { box-shadow: none; }