@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);

*{
margin:0px;	

}

:focus{
	outline:none;
}

body{
	margin:0px;
	font-family: 'Roboto', sans-serif;
	
	background: #38a8ca; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4YThjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDgxYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #38a8ca 0%, #3481ba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38a8ca), color-stop(100%,#3481ba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #38a8ca 0%,#3481ba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #38a8ca 0%,#3481ba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #38a8ca 0%,#3481ba 100%); /* IE10+ */
background: linear-gradient(to bottom, #38a8ca 0%,#3481ba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a8ca', endColorstr='#3481ba',GradientType=0 ); /* IE6-8 */
	
}



.main {
    margin: 0 auto;
    max-width: 390px;
    padding: 0 15px;
	position:relative;
}


.bg {
    float: left;
    margin-bottom: -5px;
    margin-top: 0px;
    width: 100%;
}

.bg img {
    margin-bottom: -5px;
    max-width: 100%;
}
.header_contant {
    margin: 0 auto;
    max-width: 390px;
    padding: 20px 0;
    text-align: center;
	
	
	  
}

.logo img{
	max-width:100%;
}


.left_heading {
    background-color: #1668e1;
    color: #fff;
    float: left;
    font-size: 19px;
    padding: 25px;
}


.right_disc {
    color: #888888;
    float: left;
    font-size: 15px;
    padding: 15px;
    text-align: left;
}

.logo {
    float: left;
    margin: 0 0 25px;
    width: 100%;
}

.heading {
    background-color: #fff;
    border-radius: 7px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
	box-shadow:3px 1px 3px -1px rgba(0, 0, 0, 0.3);
}

.down {
    background-image: url("../images/down.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    text-align: center;
    width: 100%;
}

.loginmodal-container {
  padding: 20px;
  max-width: 350px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow:6px 7px 2px -1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
 display: inline;
    margin-bottom: 10px;
    position: relative;
    width: 49%;
}

.loginmodal-container input[type=text], input[type=password] {
   height: 45px;
    margin-bottom: 15px;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
  background: #fff;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border:none;
  border-bottom: 1px solid #ccc;
}


.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.loginmodal-submit {
  background-color: #4d90fe;
    border: 0 none;
    color: #fff;
    font-family: roboto;
    font-size: 20px;
    padding: 9px 0 12px 0;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	cursor:pointer;
}



.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}


.orange{
	background-color:#dc9b41;
}

.orange:hover{
	background-color:#cf8e34;
}

.checkbox {
    color: #838383;
    font-size: 13px;
	margin-top:8px;
}


.checkbox input {
    margin: 2px 3px 0 0;
}

.checkbox label{
	cursor:pointer;
}

.img_bg{
	background-image:url(../images/bg2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
	height:100%!important;
}




.social_first ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}



.social_first ul li {
    float: left;
    margin-right: 5px;
	transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-khtml-transition:0.5s;
}


.social_first ul li:hover {
    transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	
}


.facebook_f, .twitter_f, .google_f, .linked_f {
    background-image: url("../images/social.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 12px 17px;
}

.facebook_f:hover, .twitter_f:hover, .google_f:hover, .linked_f:hover{
	

	
}

.twitter_f{
	background-position:-35px top;
}

.google_f{
	background-position:-70px top;
}

.linked_f{
	background-position:-106px top;
}





.social_first {
    bottom: -31px;
    margin: 43px auto 0;
    position: absolute;
    right: -173px;
    text-align: center;
    width: 164px;
    z-index: 9;
}

@media(max-width:1000px){
.img_bg{
	background-size:auto;
}
}



@media(max-width:770px){
.social_first {
    bottom: -46px;
    margin: 43px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 164px;
    z-index: 9;
}

}



@media(max-width:650px){
.social_first {
    bottom: -38px;
    right: -10px;
    transform: scale(0.7);
}
}

@media(max-width:500px){
	
.loginmodal-submit {
    font-size: 13px;
    padding: 9px 0;
}

.left_heading {
    background-color: #1668e1;
    color: #fff;
    font-size: 19px;
    padding: 13px 0;
    text-align: center;
    width: 100%;
}


.right_disc {
   
    padding: 12px 0 15px;
    text-align: center;
    width: 100%;
}

}