.srt-page,
.whole-section {
  font-family: "Roboto", serif;
  font-size: 12px;
  color: #474747;
}

.srt-page a {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.srt-page h1{
  font-size: 16px;
}
.srt-page h2{
 font-size: 14px;
}
.srt-page h3{
  font-size: 12px;
}

.srt-page .btn,
.whole-section .btn {
  background: #003DA6;
  color: #fff;
  display: inline-block;
  padding: 10px 32px;
  text-align: center;
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 3px;
  border: none;
  line-height: 1.2;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.srt-page .btn:hover, .srt-page .btn:active,
.whole-section .btn:hover, .whole-section .btn:active {
  color: #fff;
  background: #6889BE;
  opacity: 1;
}

.srt-page .form-control {
  box-shadow: none;
  border: 1px solid #B5B5C3;
}

.top-header {
  text-align: center;
}
.top-header h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.top-header p {
  color: #787878;
}
.top-header .profile-letter {
  width: 67px;
  height: 67px;
  color: #fff;
  text-align: center;
  background-color: #003DA6;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.profile-detail {
  margin-top: 60px;
  margin-bottom: 50px;
  position: relative;
}

.background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.background-image img {
  max-width: 100%;
  width: 100%;
}

.form-title {
  text-align: center;
}
.form-title h2 {
  font-size: 22px;
  color: #000;
}

/* .form-row {
  padding-bottom: 15px;
} */
.field-item{
  margin-bottom: 25px;
}
.test-connect{
  margin-top: 15px;
}
.form-row sup{
  color: red;
}
.form-row h3 {
  color: #343434;
}
.form-row label {
  color: #777;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.form-bottom div {
  margin-bottom: 15px;
}
.form-bottom .form-btn {
  width: 150px;
}
.form-note{
  color: #787878;
font-size: 12px;
font-style: italic;
}
.form-note p{
  margin-bottom: 0;
}
.logo {
  margin-bottom: 30px;
}

@media (min-width: 1500px){
  .profile-detail {
    margin-top: 5%;
  }
}

/* @media (max-width: 767px){
  .form-note p{
    margin-bottom: 15px;
  }
} */
/* login page */
.whole-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: url(../images/background.png) center bottom no-repeat;
  background-size: 100% auto;
}
.whole-section h1,
.whole-section h2 {
  color: #6889BE;
  font-size: 52px;
  letter-spacing: 2.6px;
}
.whole-section h2{
  margin-bottom: 10px;
  padding-bottom: 0;
}
.whole-section h1 {
  margin-bottom: 60px;
  background: linear-gradient(92deg, #003EA5 5.42%, rgba(0, 62, 165, 0.6) 77.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}
.whole-section h2 {
  font-weight: 300;
}
.whole-section p {
  font-size: 14px;
  margin-bottom: 25px;
}

/* login page end */
