html, body {
    /* height: 100%; */
    width: 100%;
}

/body {
    font-family: 'Raleway',sans-serif;
    position: relative;
    /*background: rgba(0, 0, 0, 0) url("../img/ptn.png") repeat scroll 0 0;*/
}

.in-page {
    min-height: 520px;
}

.main {
    position: relative;
}

a {
    color: #1b5a7c;
}

a:hover, a:focus {
    color: #1b5a7c;
}

.btn-cyan {
    background-color: #1b5a7c;
    color: #fff;
}

.btn-cyan:hover {
    color: #fff;
    opacity: 0.9;
}

.form-control:focus {
    border-color: #1b5a7c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(24, 204, 162, 0.6);
    outline: 0 none;
}

.min-height {
    min-height: 380px;
}

 .login-screen { 
     /*background-image: url(../img/background11.jpg?t=1472431690);*/ 
	 /*background-color:#808080;*/ 
     background-position: center; 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-size: cover; 
     -moz-background-size: cover; 
     -webkit-background-size: cover; 
     position: fixed; 
     top: 0; 
     bottom: 0; 
     right: 0; 
     left: 0; 
 } 

.logo {
    position: static;
} 

/* .login-screen:before { */
    /* content: ""; */
    /* background: rgba(0,0,0, 0.3); */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
/* } */

.login-center {
    text-align: left;
}

.login {
    width: 320px;
    color: #000;
}

.login .login-form {
    text-align: left;
}

.login label {
    color: #000;
}

.login-form .input-group .form-control {
    background: none;
    height: 44px;
    color: #ddd;
}

.login-form .input-group .input-group-addon {
    background: none;
}

.login-form .input-group .input-group-addon .glyphicon {
    color: #1b5a7c;
}

.login-form .input-group .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.3;
}

.login .sign-btn input.btn {
    background: #1b5a7c;
    border-color: #1b5a7c;
    color: #fff;
    width: 180px;
}

.login .sign-btn a {
    text-decoration: none;
}

.login .checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login .forgot {
    display: inline-block;
    margin: 20px 0;
}

textarea {
    width: 300px;
    height: 150px;   
    background-color: #f8f8f8;
    font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
    resize: none;
	color: #fff;
	background: transparent;
}

TextBox {
    width: 300px;
    height: 150px;
    background-color: #f8f8f8;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    resize: none;
    color: #fff;
    background: transparent;
}

div.relative {
    position: relative;
    width: 700px;
    height: 200px;
	bottom:280px;
	left:20px;
	color: #fff;
    /* border: 1px solid #fff; */
	/* background-color: #000; */
} 

.tracking_result {
    width: 100%;
    height: 100%;
	bottom:280px;
	color: #fff;
    /* border: 1px solid #fff; */
	/* background-color: #fff; */
} 