@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,100);
html {
  position: relative;
  background-image: url('GST-FT.png');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Roboto", sans-serif;
}


body{
    background: none;
}

.btn-custom {
    background-color: #ff4081;
   
}
.panel-lite h2 {
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #000000;
  margin: 15px auto;
}
.thumbur {
  width: 150px;
  height: 150px;
  position: relative;
  background-color: #efefef;
  background-image: url('assets/css/sail_logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbur:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  background-color: #efefef;
  left: 50%;
  bottom: 50px;
  z-index: 5;
  transform: translateX(-50%);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.icon-lock {
  position: relative;
  width: 80px;
  height: 60px;
  background: #ffa000;
  margin: auto;
  transform: translateY(60px);
  border-radius: 8px;
  box-shadow: 0 0 2px #f57c00 inset;
}
.icon-lock:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  border: 9px solid #f57c00;
  border-bottom: none;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.icon-lock:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #efefef;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  border-radius: 100%;
}









.panel-lite {
  margin: 20px auto;
  max-width: 360px;
  background: #fff;
  padding: 45px 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: calc(75vw - 100px); /* 75% of viewport width minus half of max-width */
}


.panel-lite h4 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #ff4081;
  margin: 15px auto;
}
.panel-lite a {
  display: inline-block;
  margin-top: 25px;
  text-decoration: none;
  color: #ff4081;
  font-size: 14px;
}
.form-group {
  position: relative;
  font-size: 15px;
  color: #666;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  transition: 0.3s;
}
.form-group .form-control {
  width: 100%;
  position: relative;
  z-index: 3;
  height: 35px;
  background: none;
  border: none;
  padding: 5px 0;
  transition: 0.3s;
  border-bottom: 1px solid #777;
}
.form-group .form-control:invalid {
  outline: none;
}
.form-group .form-control:focus,
.form-group .form-control:valid {
  outline: none;
  color: #ff4081;
  box-shadow: 0 1px #ff4081;
  border-color: #ff4081;
}
.floating-btn {
  background: #ff4081;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  border: none;
  position: absolute;
  margin: auto;
  transition: 0.3s;
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.3) inset;
  margin: auto;
  right: -30px;
  bottom: 90px;
  cursor: pointer;
}
.floating-btn:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3) inset, 0 3px 6px rgba(0, 0, 0, 0.16), 0 5px 11px rgba(0, 0, 0, 0.23);
}
.floating-btn:focus,
.floating-btn:active {
  outline: none;
}
.icon-arrow {
  position: relative;
  width: 13px;
  height: 13px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  display: block;
  transform: rotate(45deg);
  margin: auto;
  transition: 0.3s;
}
.icon-arrow:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background: #fff;
  left: -5px;
  top: 5px;
  transform: rotate(-45deg);
}

.footer {
  padding: 2px;
  text-align: center;
  color: navy;
  font-weight: bold;
   background: #ddd;
}