* {
    font-family: 'Roboto', sans-serif;
}

.container {
    display: block;
	float: none;
    height: 100vh;
    position: relative;
/*	padding-right: 15px;
	padding-left: 15px; */
	margin-right:180px;
	margin-left:177px;
}

.div-top {
	margin-top:30px;
}

.div-logo {
	height:87px;
	width:1168px;
}

.div-logo-box {
	margin-left:995px;
	width:163px;
	height: 85px;
	background-image: url('img/logo.png');
	background-size: 100% 100%;
}

.div-space {
	height:40px;
	width:1168px;
	margin-bottom:5px;
}


.mainbox{
	border-radius: 5px;
	background-image: url('img/background.jpg');
	background-size: 108% 108%;
	height:520px;
	width:1168px;
}


.top-lang {
    position: absolute;
    left: 5px;
    color: #0043A1;
    font-size: 16px;
}


.top-lang a {
    margin-right: 10px;
    text-decoration: none;
    color: #1a237e;
}

.div-bms {
	position: absolute;
	margin-left:690px;
	margin-top:20px;
	margin-right:20px;
	width: 450px;
	height:182px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 20px;
    border-radius: 5px;
}


.div-bms h1 {
	font-size: 36px;
    margin-bottom: 10px;
}

.div-bms p {
	font-size: 20px;
}


.login-box {
	position: absolute;
	margin-top:20px;
	margin-left:8px;
    background-color: #FBB040;
/*    padding: 20px; */
    border-radius: 5px;
    width: 455px;
	height:265px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
	
	
.login-box h2 {
	margin-top:15px;
	margin-left:18px;
    font-size: 20px;
	font-weight: bold;
    margin-bottom: 10px;
    color: #00437B;
}

.divider {
	height: 1px;
	background-color: #ccc;
	margin: 0px 20px 20px;
}

.input-field {
	width: 92%;
	height: 30px;
	padding: 12px;
	border-radius: 10px;
	border: none;
	margin-left:18px;
	margin-bottom: 20px;
	font-size: 16px;
	box-sizing: border-box;
}


.login-box button {
	height: 35px;
	margin-left:15px;
    width: 92%;
    background-color: #175FAC;
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
    }
	
	
.login-box a {
    display: block;
    margin-top: 10px;
	text-align: center;
    text-decoration: none;
    color: #00437B;
    font-size: 14px;
	font-weight: bold;
}

.div-bottom-space{
	height:24px;
}

.bulletin-box {
    width: 548px;
    height: 410px;
    background-color: #27AAE1;
    color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
}


.bulletin-box h2 {
    margin-top: 0;
    margin-bottom: 20px;
	font-size: 20px;
}

.bulletin {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

 .date-box {
    background-color: #45545B;
    border-radius: 4px;
    padding: 2px 2px;
    text-align: center;
    margin-right: 15px;
    min-width: 45px;
	height:60px;
}

.date-box .day {
    font-size: 15px;
    font-weight: bold;
	margin: 0;
}

.date-box .month-year {
    font-size: 12px;
	margin: 0;
}

.bulletin-content {
    flex: 1;
}

.bulletin-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.bulletin-content p {
    margin: 3px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.bulletin-content a {
    color: white;
    font-weight: bold;
	text-decoration: none;
}


.box {
	position: absolute;
    background-color: #27AAE1;
    color: white;
    border-radius: 10px;
    padding: 20px;
	margin-top: 0;
	margin-left: 620px;
    margin-bottom: 0px;
    width: 548px;
}

.box-b {
    background-color: #27AAE1;
    color: white;
    border-radius: 10px;
    padding: 20px;
	margin-top: 200;
	margin-left: 620px;
    margin-bottom: 20px;
    width: 548px;
}


.box h3 {
    margin-top: 0;
    margin-bottom: 20px;
	font-size: 14px;
}


.icon {
    margin-right: 10px;
	color: #45545B;
}

    
.contact {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: white;
}

.email a {
    color: white;
    text-decoration: underline;
}

.bottom-text {
    font-size: 14px;
    margin-top: 10px;
}

.small-text {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
}