body{
	padding:0;
	margin:0;
	background:#f1f1f1;
	/*font-family: 'Roboto Condensed', sans-serif;*/
}
.container {
    max-width:806px; 
    min-width: 320px; 
    padding:20px; 
    text-align:center; 
    border: 10px solid #042E5E; 
    background: #042B57; 
    margin: auto; 
    overflow: auto;
}
.inner-container{
	max-width:742px; 
	min-width: 296px; 
	padding:20px; 
	text-align:center; 
	border: 10px dotted #2670B6; 
	background: url('../images/certificate-logo-10.png') #FFFFFF; 
	overflow: auto;
}
.school-logo {
	text-align: center; 
	margin: 10px auto 20px;
}
.school-logo img {
	margin: 0px auto; 
	max-width: 70%; 
	min-width: 70%;
}
.cert-verified {
	font-size:250%; 
	font-weight:bold; 
	color: #FF0000;
}
.confirm {
	font-size:20px; 
	font-style:italic;
}
.student-name{
	font-size:240%; 
	font-weight: 600; 
	margin-bottom: 50px;
}
.student-details {
	font-size:26px; 
	font-weight:600;
}
.student-no{
	color: #2680B6;/*#042B57*/
}
.cert-details {
	font-size:125%;
}
.course-details{
	font-size:220%; 
	font-weight: 600;
	font-family: 'Roboto Condensed', sans-serif;
	color: #042B57;
}
.score{
	font-size:22px;
	font-style: italic;
}
.granted{
	font-size:20px; 
	font-style:italic;
}
.date-granted{
	font-size:20px;
	color: #0e90a8;
  font-weight: 500;
  line-height: 130%;
}
.enquiry{
	font-size:25px; 
	font-weight: 500;
}
.my-form .form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.my-form button {
    color: #fff1f1;
    background-color: #2670B6;/*#139596*/
    border: none;
	letter-spacing:2px;
	font-size:15px;
	padding:10px 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.my-form button:hover {
    color: #fff;
    font-weight: bold;
    background-color: #042B57;/*#9f772e*/
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
}
.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
}
.btn-default:active, .btn-default:focus, .btn-default:hover {
    outline: none !important;
}
.form-control1, .form-control_2.input-sm{
  border: 1px solid #e0e0e0;
  padding:5px 18px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.85em;
  font-weight: 300;
  height: 40px;
  border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  -webkit-appearance: none;
  outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.btn-warning {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
  padding:8.5px 12px;
}
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
.btn-warning:hover{
  background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);
}
.btn-success:hover{
    border-color: #8BC34A !important;
    background: #8BC34A !important;
}
.control2{
  height:253px;
}
.alert-info {
  color: #31708f;
  background-color:rgb(240, 253, 249);
  border-color:rgb(201, 247, 232);
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.form-control1:focus {
  border: 1px solid #03a9f4;
  background: #fff;
  box-shadow: none;
}
.bottom-links i {
  color: #042B56;
  font-size: 120%;
}