 
* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
      font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #007db3;
}
 
 

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #1f9fd9;
  font-weight: normal;
  line-height: 1.2;
     font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

  
/*-------------------Login ----------- */
 
     .form-info {
    background:linear-gradient(90deg, rgb(28 38 84) 32%, rgb(1 57 82) 100%);
}
 

.banner-area .form-info {
    padding: 70px 50px;
    
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
     border-radius: 10px;
    position: relative;
    z-index: 1;
}

 .form-info button {
    border-radius: 30px;
    border: none;
    padding: 13px 45px;
    text-transform: capitalize;
    background: #ffffff;
    font-weight: 700;
    margin-top: 10px;
	 color:#435676;
	     width: 100%;
}
button a {
    color: #435676;
}
 
button a:hover {
    text-decoration: none;
}
 .form-info input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #ffffff;
     height: 50px;

 }
 
 .form-info input::placeholder{
    color:white !Important;
}
.content-login h2 {
    font-size: 32px;
    text-transform: capitalize;
	padding: 12px 0;
}
.form-info h4 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner-area {
       background: #fbfbfb;
    vertical-align: middle;
    align-items: center;
    padding: 50px 0;
    display: block
}
.content-login p {
    color: #363333;
}
.banner-area .form-control:focus {
    color: #495057;
    background-color: #021a2457;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
img.logo {
    max-width: 50%;
}
 .bottom-text a {
    color: #fff;
}
.banner-area .form-control:focus {
    color: #fff;
    background-color: #021a2457;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
 .bottom-text {
    color: #fff;
    margin-top: 40px;
}
.alert-msg {
    text-align: center;
    margin-bottom: 10px;
}

.signin {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
}

.signin a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.signin a:hover {
    text-decoration: none;
}
