html { 
  background:  #0176a0 no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image:
    radial-gradient(
      circle at bottom right,
      #d13164,
      #0176a0 50%
    );  
}

body {
  font-family: 'Montserrat';
  font-size: 16px;
}

h1 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat';
  text-align: center;
  width: 160px;
  margin: 0 auto;
}
p {
  font-size: 12px;
  font-family: 'Montserrat';
}
.p-alert {
  font-size: 16px;
  font-family: 'Montserrat';
}

section.aws-nn {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 100px;
}

.nn-w1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.aws-nn-container {
  list-style: none;
  display: flex;
  justify-content: center;
}
.aws-nn-item {
  border-radius: 10px;
  width: 500px;
  padding: 20px;
  margin: 20px;
  text-align: center;
}
.aws-nn-item:nth-child(2) {
  background: #FFF;
  width: 300px;
 }

.nn-logo {
  width: 200px;
}
.nn-logo img {
  filter: brightness(0) invert(1);
}

.nn-copyright {
  color: #FFF;
  text-align: left;
  margin: 0 auto;
  width: 67%;
}


form#registrationFormAWSNN {
  width: 200px;
  margin: 0 auto;
  padding: 20px;
  background: #FFF;
}
input {
  text-align: center;
  padding: 10px 30px 10px 30px;
  font-family: 'Montserrat';
  margin: 8px;
  background: #f5f5f7;
  border: none;
  border-radius: 5px
}
textarea:focus, input:focus {
  border: 2px solid #d13164;
}

input[type="button"] {
  width: 210px;
  height: 40px;
  background-color: #d13164;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
}
input[type="button"]:hover {
  background-color: #0176a0;
}
 
#nn-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

#nn-lightbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,50%);
    z-index: 1000;
}

#nn-lightbox h2 {
    margin-top: 0;
}

#nn-lightbox p {
    margin-bottom: 0;
}

#nn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
}

@media all and (max-width: 500px) {}
