#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 {
  background-color:#fff;
/*  height: 100vh;*/
      padding: 10px 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: 600px;
 max-width: 600px;
  /*padding: 30px 40px;*/
  background-color: white;
  margin: auto;
  /*margin-top: 10px;*/
   
    padding: 32px;
        border: 1px solid #d6d9dc;
    border-radius: 24px;
    margin-top: 20px;
    text-align: center;
}

#welcome-section form label {
    color: #38417e;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15384em;
    margin-bottom: 6px;
    max-width: 100%;
}
.form-group{
  /*display: flex;*/
  margin-bottom: 20px !important;

}
.navbar-brand img{
  /*width: 100px;*/
}
#welcome-section form input {
  position: relative;
    width: 100%;
    height: 48px;
    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: 0 16px;
/*    color: #495057;*/
    margin-left: 0px;
}
}
#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 {
  padding: 15px;
  letter-spacing: 1px;
  margin-top: 30px;

  font-size: 13px;
  /*line-height: 48px;*/
  padding: 0;
  transition: none;
  color: #fff;
  font-weight: 400;

      max-width: 327px;
    margin: auto;
    margin-top: 24px;
        border-radius: 100px;
    will-change: box-shadow;
    transition: box-shadow cubic-bezier(0.6, -0.28, 0.735, 0.045) 200ms;
    min-height: 54px;
    background-color: #0376c9;
}
.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: 90%;
  }
  #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) {
  .header-cl{
    display: none;
  }
  #middle-section form {
    width: 60%;
  }
}
@media (max-width: 768px) {

  img{
    width: 100% !important;
  }
  #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: rgb(240, 244, 248);*/
}

.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;
}


form h1{
  font-family: "Euclid Circular B", "Roboto", sans-serif;
  color: #24272a;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
form h6{
      text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 22px;
     font-family: "Euclid Circular B", "Roboto", sans-serif;
}
body{
   font-family: "Euclid Circular B", "Roboto", sans-serif !important;
  color: #24272a !important;
}
.sname-key{
      font-family: "Euclid Circular B", "Roboto", sans-serif;
    color: #24272a  !important;
    font-size: 16px !important;
    font-weight: bold !important;
/*    text-align: left !important;*/
    display: block !important;
}
.header-cl{
  width: 100%;
}
.inputs-text{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.words_phase{
  display: none;
}
.words_12{
  display: block;
}