body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color : #96181e;
}

td {
    font-weight: bold;
}

.title {
    margin-left: 3%;
    font-family: 'Montserrat', sans-serif;
}

.menu {
    position: fixed;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 40%;
    height: auto;
}

.menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    margin-right: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.header h1 {
    text-align: center;
    color: #02287b;
    font-weight: bold;
}

.header h3 {
    text-align: center;
    color: #02287b;
    font-weight: bold;
}

/* Kiri */
.bg-left {
    position: fixed;
    top: 0;
    left: 0;
    margin-right: 50%;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}
.school {
    top: 50%;
    left: 25%;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 45%;
    height: auto;
    float: center;
}

.school img {
    width: 180px;
    height: 180px;
    /*border-radius: 50%;*/
    margin-left: 35%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.school h1 {
    text-align: center;
    color: #02287b;
    font-weight: bold;
}

/* Kanan */
.bg-right {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 50%;
    width: 50%;
    height: 100%;
    background-color: #6285d3;
}

.form-input {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
	width: 50%;
    height: auto;
    border-radius: 5px;
    background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-input td {
    padding: 1.5%;
}

.form-input p {
    margin-left: 5%;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #96181e;
}

.header {
    margin: 10px auto 0px;
    color: #96181e;
    text-align: center;
    border-bottom: none;
    padding: 10px;
    font-weight: bolder;
    overflow: auto;
}

.input-group {
    margin: 10px 0px 10px 0px;
    font-family: 'Montserrat', sans-serif;
}

.input-group label {
    font-weight: bold;
    display: block;
    text-align: left;
    margin-left: 5%;
    color: #96181e;
}

.input-group a {
    font-size: 13px;
    text-decoration: none;
    text-transform: none;
    color: black;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.input-group p {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.input-group h3 {
    font-size: 25px;
    margin-left: 2%;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.input-group input {
    height: 30px;
    margin-left: 5%;
    width: 90%;
    font-size: 15px;
    margin-bottom: 10px;
    border:  none;
    border-bottom: 1px solid gray;
    font-family: 'Montserrat', sans-serif;
}

.input-group button[type="submit"] {
    border: none;
    outline: none;
    width: 90%;
    margin-left: 5%;
    height: 40px;
    background: #02287b;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
}

.input-group button[type="submit"]:hover {
    cursor: pointer;
    background: #6285d3;
    color: #000;
}

/* SELECT CSS */
.styled-select {
    margin: 0% 0% 1% 0%;
    height: 50px;
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
  }

.styled-select select {
    background: transparent;
    border: none;
    font-size: 16px;
    height: 50px;
    width: 268px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.semi-square {
    width: 20%;
    height: 30%;
    margin-left: 3%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.red { background-color: #96181e;
}

/* TABLE */

.form-table {
	width: 90%;
    height: auto;
    margin: 5%;
    border-radius: 5px;
    background-color: white;
    padding-bottom: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table{
    width: 94%;
    margin: 3%;
    margin-top: 0;
	border-collapse: collapse;
}
.table td,.table th,.table tr{
	padding: 20px;
	border: 1px solid #dddddd;
	font-size: 13px;
}
.table a{
	text-decoration: none;
	font-size: 12px;color: #fff;
	padding: 5px 8px;
	border-radius: 3px;
}

.logout a {
    margin-top: 2%;
    margin-left: 90%;
    display: inline-block;

    text-decoration: none;
    text-transform: none;
    width: 100%;
    height: 40px;
    color: #02287b;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
}

.logout a:hover{
    cursor: pointer;
    color: #6285d3;
}

.btn-darkblue {
    background: #02287b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.btn-darkblue:hover {
    cursor: pointer;
    background: #6285d3;
    color: #000;
}




