body{margin: 0;}

.login-sco{
	background-image:url(img/bg-login-sco.jpg);
	height:100vh;
	width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	background-size: cover;
}

.login-sco .bg-turquoise{
	background-color:#3999a6;
	height:100vh;width:100%;
	position:absolute;
	opacity:.9;
}

.login-sco form{
	box-sizing: border-box;
	background:rgba(255,255,255,.6);
	position:absolute;
	width:340px;
	height:360px;
	top:50%;
	left:50%;
	transform:translate(-50%, -60%);
	text-align:center;
	padding:40px;
}

.login-sco form .logo-nova{
	width:150px;
	display:block;
	margin:0 auto 12px;
}

.login-sco form .logo-nutresa{
	width:60px;
	display:block;
	margin:0 auto 14px;
}

.login-sco form .form-control{
	border:none;
	margin-bottom:22px;
}

.login-sco form .btn{width:100%;}

.btn-primary {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #002f87;
  color: white;
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.error {
  color: red !important;
  position: relative;
  top: -10px;
}