@import url("../../webfonts/Insolent/stylesheet.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  outline: none;
}
body,
a {
  font-family: calibri;
  font-size: 14px;
  font-weight: normal;
  color: #3B424D;
}
.main-wrap {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	position: absolute;
}
.login-main {
	width: 300px;
	height: 100px;
	position: relative;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.login-main p {
  text-indent: 10px;
}
.box1 {
	background-color: #B8B8B8;
	height: 40px;
	text-indent: 10px;
	width: 300px;
	margin-bottom: 2px;
	color: #3B424D;
	font-size: 22px;
	font-weight: bold;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-top: 1px solid #535353;
	margin-top: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.border1 {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.border2 {
  -webkit-border-radius: 0px 0 5px 5px;
  -moz-border-radius: 0px 0 5px 5px;
  -ms-border-radius: 0px 0 5px 5px;
  -o-border-radius: 0px 0 5px 5px;
  border-radius: 0px 0 5px 5px;
}
.send {
	width: 300px;
	height: 35px;
	background-color: #3E3E3E;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	border-bottom: 1px solid #454545;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.send:hover {

}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}


@media only screen and (min-width: 1200px){
	.Js_gateText {
	display: block;
	color: #000000;
	text-align: center;
	font-family: arial;
	line-height: 25px;
	font-size: 25px;
	margin-top: 15px;
}
}


/* Smaller than standard 1180 (devices and browsers)
====================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1189px) {
	.Js_gateText {
	display: block;
	color: #000000;
	text-align: center;
	font-family: arial;
	line-height: 20px;
	font-size: 20px;
	margin-top: 15px;
}
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.Js_gateText {
	display: block;
	color: #000000;
	text-align: center;
	font-family: arial;
	line-height: 20px;
	font-size: 20px;
	margin-top: 15px;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.Js_gateText {
	display: block;
	color: #000000;
	text-align: center;
	font-family: arial;
	line-height: 16px;
	font-size: 16px;
	margin-top: 10px;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.Js_gateText {
	display: block;
	color: #000000;
	text-align: center;
	font-family: arial;
	line-height: 16px;
	font-size: 16px;
	margin-top: 10px;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.Js_gateText {
	display: block;
	color: #000000;
	text-align: center;
	font-family: arial;
	line-height: 12px;
	font-size: 12px;
	margin-top: 10px;
}
}
