body {    
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}

@media (max-width: 500px) {
  .main {
    width: 400px !important;
	}
	
	.submit {			
    padding-left: 30px !important;
    padding-right: 30px !important;
	}
	
	.lblDescription
	{
	width: 215px !important;
	
	}
	
	#btnAvancar{
		margin-left:18% !important;
	}
}



.main {
    background-color: #FFFFFF;
    width: 500px;
    height: 450px;
    margin: 4em auto;
    /*border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);*/
}

.sign {
    padding-top: 10px;
    color: #1D5A18;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 13px;
}

.lblDescription
{
	width: 250px;
	margin-left: 20px;
	font-size:14px;
	color:#000;
	display:inline-block;
	vertical-align: bottom;
}

.un {
width: 55%;
color: rgb(38, 50, 56);
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
padding: 10px 20px;
outline: none;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.2);
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 15px;
font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}

form.form1 {
    padding-top: 10px;
}

form.form2 {
    padding-top: 10px;
}

.pass {
        width: 55%;
color: rgb(38, 50, 56);
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
background: rgba(136, 126, 126, 0.04);
padding: 10px 20px;
outline: none;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.2);
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 15px;
font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}


.un:focus, .pass:focus {
    border: 2px solid rgba(0, 0, 0, 0.18) !important;
    
}

.submit {
  cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background: linear-gradient(to right, #0070EF, #00A8EF);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    /*margin-left: 38%;*/
    font-size: 15px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.forgot {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #0070EF;
    padding-top: 5px;
}

a {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #1D5A18;
    text-decoration: none
}

.loaderCustom
{
  position: absolute;
  height: 100%;
  width: 100%;
  top:-5px; 
  left:-5px;
  z-index: 9999999;
  cursor: none;
  overflow: hidden;
  text-align: -webkit-center;
  text-align: -moz-center;
  background-color:rgba(0,0,0,0.1)
}

.loader {
			border: 8px solid #ffffff;
			border-radius: 50%;
			border-top: 8px solid #1D5A18;
			width: 50px;
			height: 50px;
			-webkit-animation: spin 2s linear infinite; /* Safari */
			animation: spin 2s linear infinite;
		}

			/* Safari */
		@-webkit-keyframes spin {
			0% { -webkit-transform: rotate(0deg); }
			100% { -webkit-transform: rotate(360deg); }
		}

		@keyframes spin {
			0% { transform: rotate(0deg); }
			100% { transform: rotate(360deg); }
    }
    