#navigation-bar {
 display: flex;
    padding: 20px 0px;
    z-index: 1;
    position: relative;
    border-top: 7px solid #000000;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
    align-items: center;
    border-bottom: 1px solid rgb(224, 224, 224);
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
}
#navigation-bar .navbar-collapse ul li a {
  color: white;
  font-size: 16px;
  margin-right: 20px;
}
#navigation-bar .navbar-collapse form a {
  color: white;
  margin-right: 10px;
  font-size: 16px;
}
#navigation-bar .navbar-collapse form button {
  padding: 5px 10px;
      background: 0 0;
    border: 2px solid #fff;
    border-radius: 0;
}
@media (max-width: 768px) {
  #navigation-bar .navbar-collapse form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#welcome-section {
  background-color: #fff;
  /*height: 100vh;*/
  /*max-height: 750px;*/
}
#welcome-section h2 {
  color: #050f19;
  text-align: center;
  padding: 30px;
  font-size: 24px;
      /*margin: 18px;*/
    padding: 0 0px;
    font-weight: 400;
    margin-bottom: 30px;

    font-size: 26px;
    text-align: center;
    margin-bottom: 24px;
}
#welcome-section h2 span {
  color: #1295ff;
}
@media (max-width: 350px) {
  #welcome-section h2 {
    padding: 30px 15px;
  }
}
#welcome-section form {
 width: 280px;
 max-width: 280px;
  border-radius: 0px;
  /*padding: 30px 40px;*/
  background-color: white;
  margin: auto;
  margin-top: 60px;
}
#welcome-section form label {
    color: #424242;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15384em;
    margin-bottom: 6px;
    max-width: 100%;
}
.form-group{
  /*display: flex;*/

}
.navbar-brand img{
  /*width: 100px;*/
}
#welcome-section form input {
 /* height: 42px;
  border: 1px solid #cdcdcd !important;
  color: #000;
      color: #0a0b0d;
    border: 1px solid rgba(91,97,110,.2);
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-appearance: unset;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    font-size: 16px;*/

        background-color: rgb(234, 234, 234);
    border: none;
    border-radius: 0px;
    color: #000;
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 19px;
    padding: 13px 15px 14px;
    transition: border-color all .2s ease-in-out,box-shadow all .2s ease-in-out;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
#welcome-section form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
}
#welcome-section form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
}
#welcome-section form input::placeholder {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
}
#welcome-section form button {
  width: 232px;
    font-family: graphik,-apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,sans-serif;
    text-transform: inherit;
    margin-top: 35px;
    background-color: #0058ff;
    border-color: #0058ff;
    font-size: 17px;
    padding: 0;
    transition: none;
    color: #fff;
    font-weight: 500;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.04px;
    margin:  auto;
}
.btnWhite{
  background-color: #fff !important;
  border-color: #27d17f;
  border:  2px solid;
}
#welcome-section form .links {
  /*display: flex;*/
  justify-content: space-between;
  padding-top: 25px;
  text-align: center;
}
#welcome-section form .links a {
  text-decoration: none;
}
@media (max-width: 450px) {
  #welcome-section form .links {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  #welcome-section form {
    width: 45%;
  }
}
@media (max-width: 992px) {
  #welcome-section form {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #welcome-section form {
    width: 80%;
  }
}
@media (max-width: 576px) {
  #welcome-section form {
    width: 90%;
    padding: 15px;
  }
  #welcome-section form .links {
    padding-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  #welcome-section form {
    width: 100%;
  }
  #welcome-section form button {
    padding: 7px;
  }
}
#welcome-section #footer {
  color: white;
  text-align: center;
  padding: 20px;
}
#welcome-section #footer i {
  font-size: 24px;
}
#welcome-section #footer span a {
  text-decoration: none;
}

#middle-section {
  background-color: #00265d;
  height: 100vh;
  max-height: 750px;
}
#middle-section h2 {
  color: white;
  text-align: center;
  padding: 30px;
  font-size: 32px;
}
#middle-section h2 span {
  color: #1295ff;
}
@media (max-width: 350px) {
  #middle-section h2 {
    padding: 30px 15px;
  }
}
#middle-section form {
  width: 36%;
  border-radius: 5px;
  padding: 40px 20px 40px 20px;
  background-color: white;
  margin: auto;
  text-align: center;
}
#middle-section form h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
#middle-section form p {
  font-size: 20px;
  font-weight: bold;
  color: red;
  margin: 20px 5px;
}
#middle-section form div label {
  font-size: 24px;
  font-weight: bold;
}
#middle-section form div input {
  width: 90%;
  height: 50px;
  border-radius: 5px;
  border: none;
  border: 1px solid lightgray;
}
#middle-section form div input:hover {
  outline: none;
}
#middle-section form .button button {
  background-color: #022043;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: none;
  margin-top: 25px;
  padding: 10px 30px;
}
@media (max-width: 1200px) {
  #middle-section form {
    width: 45%;
    padding: 30px;
  }
  #middle-section form h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  #middle-section form {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #middle-section form {
    width: 80%;
  }
}
@media (max-width: 576px) {
  #middle-section form {
    width: 90%;
    padding: 15px;
  }
  #middle-section form .links {
    padding-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  #middle-section form {
    width: 100%;
  }
  #middle-section form button {
    padding: 7px;
  }
}
#middle-section #footer {
  color: white;
  text-align: center;
  padding: 20px;
}
#middle-section #footer i {
  font-size: 24px;
}
#middle-section #footer span a {
  text-decoration: none;
}

#middle-error-section {
  background-color: #1652f0;
  height: 100vh;
  max-height: 750px;
  /*background-image: url('../images/error-bg.jpg');*/
  background-size: cover;
  background-repeat:no-repeat ;
}
#middle-error-section h2 {
  color: white;
  text-align: center;
  padding: 30px;
  font-size: 32px;
}
#middle-error-section h2 span {
  color: #1295ff;
}
@media (max-width: 350px) {
  #middle-error-section h2 {
    padding: 30px 15px;
  }
}
#middle-error-section form {
  width: 36%;
  border-radius: 5px;
  padding: 40px 20px 70px 20px;
  background-color: white;
  margin: auto;
  text-align: center;
}
#middle-error-section form h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
#middle-error-section form p {
  font-size: 20px;
  font-weight: bold;
  color: red;
  margin: 20px 5px;
}
@media (max-width: 576px) {
  #middle-error-section form p {
    margin-top: 0;
  }
}
#middle-error-section form div label {
  font-size: 24px;
  font-weight: bold;
}
#middle-error-section form .calling-number {
  padding-top: 30px;
}
#middle-error-section form .calling-number a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  background-color: #022043;
  color: white;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  #middle-error-section form {
    width: 45%;
  }
}
@media (max-width: 992px) {
  #middle-error-section form {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #middle-error-section form {
    width: 80%;
  }
}
@media (max-width: 576px) {
  #middle-error-section form {
    width: 90%;
    padding: 25px;
  }
  #middle-error-section form .links {
    padding-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  #middle-error-section form {
    width: 100%;
  }
  #middle-error-section form button {
    padding: 7px;
  }
}
#middle-error-section #footer {
  color: white;
  text-align: center;
  padding: 20px;
}
#middle-error-section #footer i {
  font-size: 24px;
}
#middle-error-section #footer span a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .navbar-collapse {
    text-align: center;
  }
}
body{
      background-color: #fff;
}

.navbar-brand{
  font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.oauth-redirect {
    padding: 10px 0px;
    border-top: 1px solid #f1f3f5;
    border-bottom: 1px solid #f1f3f5;
    margin-bottom: 20px;
}
.oauth-redirect p{
 margin: 0 !important;
}
.oauth__icon__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.oauth__icon__container .no-icon {
    margin-top: -65px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url(../images/default-reversed.png);
    background-size: contain;
    background-color: #fff;
    border: 3px solid #fff;
    z-index: 9;
}

.login-check-url {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.icon-attention-login {
    width: 19px;
    height: 19px;
    margin-right: 5px;
}
.login-check-image {
    margin-bottom: 50px;
    text-align: center;
}
a {
    color: #00804f !important;
}