/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 29, 2016, 11:13:43 AM
    Author     : Yunus
*/

.body {
    background-image: url("../images/backgorund-4.png");
    /*background-position: center top;*/
    /*background-repeat: repeat-x;*/
    /*margin: 0;*/
    /*background-color: #ADCDE6;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.block{
    padding:20px;
}
.header {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px; /* space between logo and titles */
    background: rgba(255,255,255,0.85); /* semi-transparent white */
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    padding: 16px 32px;
}
.header-logo {
    width: 126px;
    height: 88px;
    filter: drop-shadow(-1px 4px 6px black);
}
.header-titles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.content{
    width:1000px;
    margin-right:auto;
    margin-left:auto;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2) inset;
    background-color:#fff;
    min-height:400px;
    margin-top:5px;
    padding:30px;
}
.footer{
    width:1000px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    margin-top:10px;
    font-size:10pt;
    font-family:calibri;
    background-color: aliceblue;
    box-shadow: 0 4px 24px rgba(0,0,0,0.25); /* stronger shadow */
    border-radius: 8px; /* optional: rounded corners */
}
.title1{
    font-family:calibri;
    font-size:30pt;
    font-weight:bold;
    color:darkblue;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    padding-left:10px;
}
.title2{
    font-family:calibri;
    font-size:14pt;
    font-weight:bold;
    color:red;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    padding-left:10px;
    margin-top:-18px;
}
.title3{
    font-family:calibri;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    font-size:24pt;
    font-weight:bold;
    color:#000;
}
.title4{
    font-family:calibri;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    font-size:16pt;
    font-weight:bold;
    margin:15px 0px;
    color:#000;
}
.text1{
    font-family:calibri;
    text-align:justify;
    font-size:12pt;
    color:#000;
}
.text2{
    font-family:calibri;
    color: #000099;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    font-weight:bold;
    font-size:12pt;
    cursor:pointer;
}
.text3{
    font-family:calibri;
    font-size:12pt;
    color:#000;
}
.box-password{
    font-family:calibri;
    margin-right:auto;
    margin-left:auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2) inset;
    background-color:lightgray;
    min-height:100px;
    width:100%;
    font-size:12pt;
    padding:10px;
    color:#000;
}
.uppercase{
    text-transform: uppercase;
}
.alert{
    padding:10px;
    margin:0px;
}
.alertmsg{
    margin:10px 0px;
}
a{
    color:darkblue;
    text-decoration: none;
    cursor:pointer;
}
.headerC {
    border-bottom: 2px solid #334455;
    color: #334455;
    font-family: Calibri;
    font-size: 28px;
    margin: 0;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
}
.bodyC {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #333333;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
}
.footerC {
}