       .container{
            width:100%;
            max-width: 100%;
        }
        
        body.auth > .container {
            width: auto;
            max-width: 100%;
            padding: 0 15px;
        }
        
        .information_full{
            /*border:1px solid black;*/
            position:relative;
            /*border-radius: 5px;
            margin: 5px;
            padding: 5px;
            padding-bottom: 5px;
            padding-bottom: 10px;
            float: left;
            width: 500px;*/
            width:100%;
            text-align: center;
        }
        /*
        .information_left{
            position:relative;
            width:50%;
            float: left;
            text-align: left;
            padding-top: 40px;
            padding-left:calc(50% - 600px);
        }*/
        .information_left {
            position: relative;
            width: 100%;
            float: left;
            text-align: center;
            /*padding-top: 40px;*/
            padding-left: calc(50% - 400px);
            margin: auto;

        }
        /*
        .information_right{
            width:50%;
            position:relative;
            float: left;
            text-align: left;
            padding-top: 40px;
            margin:auto;
            vertical-align: middle;
            border-left: 1px solid black;
            min-height:550px;
            padding-left: 150px;
        }
        */
        .information_right{
            position: relative;
            width: 100%;
            float: left;
            text-align: center;
            /*padding-top: 40px;*/
            /*padding-left: calc(50% - 400px);*/
            margin: auto;
            display:none;
        }

        .information_box{
            border:1px solid black;
            border-radius: 5px;
            margin: 5px;
            padding-right: 5px;
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 20px;
            float: left;
            min-width: 300px;
            width:48%;
        }
        
        .information_box_left{
            border:1px solid black;
            border-radius: 5px;
            padding-right: 5px;
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 20px;
            float: left;
            min-width:500px;
            min-height:500px;
            margin-right:50px;
            float:right;
            width:250px;
        }
        
        .table_left{
            margin-left:5%;
            width:40%;
            float:left;
            font-weight: 600;
            font-size:1.5em;
            /*border:solid red 1px;*/
        }
        
        .table_right{
            /*border:solid black 1px;*/
            width:40%;
            float:left;
            font-size:1.5em;
        }
        
        h1{
            margin:50px;
        }
        h2{
            color:Blue;
        }
        
        h3{
            color:green;
        }
        
        h4{
            color:red;
        }
        
        h5{
            color:violet;
        }

.form-style-10{
	/*width:450px;*/
	width:800px;
	padding:30px;
	margin:40px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.form-style-10 .inner-wrap{
	padding: 30px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 15px;
    font-size:20px;
    text-align: left;
}

.form-style-10 .inner-wrap-collapsible{
	padding: 30px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 15px;
    display:none;
    margin-bottom:50px;
    text-align: left;
    font-size:20px;
}
    
.form-style-10 h1{
	/*background: #2A88AD;*/
	background: #AD2F2A;
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
}
.form-style-10 h1 > span{
	display: block;
	margin-top: 2px;
	font: 13px Arial, Helvetica, sans-serif;
}
.form-style-10 label{
    text-align:left;
	display: block;
	font: 13px Arial, Helvetica, sans-serif;
	color: #888;
	margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    font-size:1.875em;
    height:38px;
}

.form-style-10 .section{
	font: normal 20px 'Bitter', serif;
	/*color: #2A88AD;*/
	color: #AD2F2A;
	margin-bottom: 5px;
    /****** added for collapside button ******/
    width:80%;
    float:left;
    cursor: pointer;
    text-align: left;
}
.form-style-10 .section span {
	/*background: #2A88AD;*/
	background: #AD2F2A;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}
.form-style-10 input[type="button"], 
.form-style-10 input[type="submit"]{
	/*background: #2A88AD;*/
	background: #AD2F2A;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	font-size: 15px;
}
.form-style-10 input[type="button"]:hover, 
.form-style-10 input[type="submit"]:hover{
	background: #9D1F1A;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-10 .privacy-policy{
	float: right;
	width: 250px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 10px;
	text-align: right;
}
button{
    color:#AD2f2A;
    background-color: white;
    float:left;
    width: 19%;
}
button:hover{
    color:white;
    background-color: #AD2f2A;
    float:left;
    width: 19%;
}
#div_logo_content{
    width:100%;
}
#div_logo{
    text-align: center;
}
.div_footer{
    width:100%;
    margin-top:50px;
    clear:both;
}
.footer_left{
    border-top: solid black 1px;
    width:1250px;
    margin:auto;
    text-align: left;
    padding-left:20px;
}

#btn_login{
    background-color: #AD2f2A;
    width: 60px;
    border-radius: 5px;
    height: 25px;
    margin-left: calc(50% + 340px);
    color: white;
}
#btn_login:hover{
    cursor:pointer;
}

#btn_logout{
    background-color: #AD2f2A;
    width: 60px;
    border-radius: 5px;
    height: 25px;
    margin-left: calc(50% + 340px);
    color: white;
    display:none;
}
#btn_logout:hover{
    cursor:pointer;
}

#btn_employee{
    width: 100px;
    margin: auto;
    background-color: #AD2F2A;
    padding: 10px;
    color: white;
}