#navigation-bar {
  background-color: rgb(240, 244, 248);
  padding: 15px 25px;

    display: block;
  text-align: left;
  /*box-shadow: -40px -32px 282px #000;*/
      /*border-bottom: 1px solid rgba(91,97,110,.2);*/
}
#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 {
      --tw-bg-opacity: 1;
    background-color: rgba(241, 250, 255, var(--tw-bg-opacity));
  height: 100vh;
      padding: 30px 0px;
  /*max-height: 750px;*/
}
#welcome-section h2 {
  color: #050f19;
  text-align: center;
  padding: 30px;
  font-size: 26px;
      margin: 18px;
    padding: 0 0px;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 600;
    /*letter-spacing: .05rem;*/
    color: #293070;
    margin-top: 0;
}
#welcome-section h2 span {
  color: #1295ff;
}
@media (max-width: 350px) {
  #welcome-section h2 {
    padding: 30px 15px;
  }
}
#welcome-section form {
/* width: 450px;*/
 max-width: 24rem;
 padding: 2rem;
    width: 24rem;
  border-radius: 0px;
  /*padding: 30px 40px;*/
  background-color: white;
  margin: auto;
  /*margin-top: 10px;*/
   
        border: unset;
    padding: 20px 20px;
    box-shadow: rgb(226 234 241) 0px 2px 4px;
    margin-top: 0px;
        


            border: 2px solid rgba(0,0,0,.05);
    border-radius: .5rem;
}
#welcome-section form label {
    --tw-text-opacity: 1;
    color: rgba(107, 119, 140, var(--tw-text-opacity));
    display: block;
       font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.125rem;
/*    padding-bottom: 0.375rem;*/
    text-align: left;
}

.form-group{
  /*display: flex;*/
  margin-bottom: 20px !important;

}
.navbar-brand img{
  /*width: 100px;*/
}
#welcome-section form input {
  position: relative;
    width: 100%;
    height: 38px;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 4px;
    font-family: Inter, sans-serif;
    line-height: 40px;
    z-index: 10;
    background-color: transparent;
    font-size: 12px;
    padding: 3px 10px 0px 10px;
    color: #495057;
    margin-left: 0px;
        --tw-border-opacity: 1;
    border-color: rgba(235, 239, 245, var(--tw-border-opacity));
    border-radius: 0.25rem;
    border-width: 1px;
    height: 2rem;
}
}
#welcome-section form input::-moz-placeholder {
  color: #d7e2f3;
}
#welcome-section form input:-ms-input-placeholder {
  color: #d7e2f3;
}
#welcome-section form input::placeholder {
  color: #d7e2f3;
}
#welcome-section form button {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  font-family: graphik,-apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,sans-serif;
  text-transform: inherit;
  letter-spacing: 1px;
  margin-top: 30px;
  background-color: #16b3ff!important;
  border-color: #16b3ff!important;
 
  border-radius: 5px !important;

  font-size: .75rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.125rem;
    padding: 0.438rem 1rem;
}
#welcome-section form button:hover{
  background-color: #00a4f3;
}
.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{
         --tw-bg-opacity: 1;
    background-color: rgba(241, 250, 255, var(--tw-bg-opacity));
}

.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: 30px;
    text-align: center;
}
a {
    color: #00804f !important;
}

input:focus{
 /* color: #495057 !important;
    background-color: #fff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem #29307040 !important;*/
    /*border-color: #0b57c1 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000 !important;*/
}

.fVMOP {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
   
    font-weight: 500 !important;
       font-size: 28px;
    line-height: 32px;
    margin: 15px 0px 10px;
        color: #495057;

}
.cMEdVO {
    height: 12px;
    width: 12px;
    margin-left: 8px;
    margin-top:  5px;
}
::placeholder{
  color: #4a5662b5 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
}