.nbAuthForm {}
.nbAuthForm__link {color: #acacac !important; font-size: 0.875rem; font-weight: 300; margin-bottom: 1rem;}
.nbAuthForm__fields {padding-bottom: 1rem;}
/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 
  .nbAuthForm .form-control {margin-bottom: 0.5rem;}
  .nbAuthForm .btn {margin-bottom: 0.5rem;}
}