	 

@-ms-viewport{
  width: device-width;
}

body  {
	
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-color: #fff!important;
}
	
h1{
	color: #FFA500 !important;
	text-align: center!important;
	font-family: "Times New Roman", Times, serif!important;
	font-style: normal!important;
	font-size: 80px!important;
}

.messagebox {
	background: rgba(238,238,238,0.7);
	z-index: 999;
}

.msgboxmargin {
	margin: auto!important;
    width: 350px!important;
}

.padding10 {
	padding: 10px;	
	margin: auto;
}

.form {
	color: #FFFFFF!important;
	background-color: #8BB6C8!important;
	direction: ltr;
    height: 44px!important;
    font-size: 16px!important;
	margin: auto;
	width: 350px!important;
}
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    background-color: #FB0E0E;
    padding: 5px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
	color: #FFFFFF;
	width: 320px;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #FA6C1D;
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }
.form-control {
	margin-bottom: 5px!important;
	width: 320px;
}

@media screen and (min-width: 600px) {
	.padding10 {
		width: auto; 
	}
}

.curpointer {
	cursor: pointer;
	text-decoration: underline!important;
}

.logo {
	position: absolute;
	float: left;
	left: 10px;
	opacity: 0.7;
	height: 100%;
}

.vertical-text {
    -moz-transform-origin:0 50%;
    -moz-transform:rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin:0 50%;
    -webkit-transform:rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin:0 50%;
    -o-transform:rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin:0 50%;
    -ms-transform:rotate(-90deg) translate(-50%, 50%);
    transform-origin:0 50%;
    transform:rotate(-90deg) translate(-50%, 50%);
    position:absolute;
    top:0;
    bottom:0;
    left: -50px;
    height:1em; /* line-height of .wrapper div:first-child span */
    margin:auto;
    font-weight:bold;
    line-height:2em; /* Copy to other locations */
    color: #FFF;
    opacity: 0.7;
    font-size: 13vh;
}

.right {
	margin-top: 10px;
	margin-right: auto;
	float: right;
}

input::-webkit-input-placeholder {
color: #D6D6D6!important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #D6D6D6 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #D6D6D6 !important;  
}
 
input:-ms-input-placeholder {  
color: #D6D6D6!important;  
}

.div-space {
	margin-top:20px;
}


.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
	background-color: #EEEEEE;
}

.modal-content {
	background-color: #FA6C1D;
}

a {
    color: #007bff!important;
}