body{margin: 0;}

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

    .form-separator {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;

        hr {
            width: 50%;
            margin: 10px;
            color: #8d9aa5;
        }

        div {
            height: 8px;
            width: 8px;
            border: 2px solid #000000;
            border-radius: 50%;
        }
    }
}

.login-nt .bg-turquoise{
	background-color:#002f87;
	height:100vh;width:100%;
	position:absolute;
	opacity:.7;
}

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

.login-nt small-form {
	height:450px;
}

.login-nt medium-form {
	height:500px;
}

.modelo-negocio{
	height:300px !important;
}

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

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

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

.login-nt 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;
}