﻿
.spacing_top {
  margin-top: 75px;
}

#form1 input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#form1 input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#p_docsUser {
  color: #0e99ee;
}

@media (max-width: 768px) {
  .container {
    width: 90% !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .container {
    width: 50% !important;
  }
}