@charset "utf-8";


@import url//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);



div.main{
    background: #122d54; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #122d54 1%, #122d54 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#122d54), color-stop(100%,#122d54)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #122d54 1%,#122d54 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #122d54 1%,#122d54 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #122d54 1%,#122d54 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #6789ba 1%,#021f48 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#122d54', endColorstr='#122d54', GradientType=1); /* IE6-9 fallback on horizontal gradient */
height:calc(100vh);
width:100%;
}

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* ---------- GENERAL ---------- */

* {
  box-sizing: border-box;
    margin:0px auto;

  &:before,
  &:after {
    box-sizing: border-box;
  }

}

body {
   
    color: #606468;
  font: 87.5%/1.5em 'Open Sans', sans-serif;
  margin: 0;
}

a {
	color: #ccc;
	text-decoration: none;
  font-size:12px;
}

a:hover {
	text-decoration: blink;
  color: #aaa;
}

input {
	border: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	-webkit-appearance: none;
  
}

p {
	line-height: 1.5em;
}

.clearfix {
  *zoom: 1;

  &:before,
  &:after {
    content: ' ';
    display: table;
  }

  &:after {
    clear: both;
  }

}

.container {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */

body{
  background: #16537E;
}

.login{
  width: 360px;
  margin: auto;
  padding: 8% 0 0;
}

.form {
  position: relative;
  text-decoration-color:  black;
  z-index: 1;
  background: #122d54;
  max-width: 310px;
  margin: 0 auto 100px;
  padding: 20px 35px 35px 35px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.form input {
  font-family: "Verdana", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}


.form button {
  font-family: "Verdana", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #134489;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;

}


.form button:hover,.form button:active,.form button:focus {
  background: #2d5dc1;
}


.imagem{
  margin-bottom:15px;
  width:150px;
}




.logo-mobile{
  display:none;
}

@media(max-width: 768px){
  #login{
    border-right:0px solid transparent;      
    }

   .texto-logo{
    display:none;
   } 

     .logo-mobile{
       display:block;
     }
}

