View file services/surfing/styles.css

File size: 824B
body {
  
  font-family: 'Roboto', Tahoma;
  font-size: 14px;
  margin: auto;
  color: #3C4549;
  max-width: 1600px;
  background-color: white;
  position: relative;

}

iframe {
  
  height: 89vh;
  width: 100%;
  
}

.head {
  
  background: linear-gradient(to top left, #515E6D, #13283F);
  padding: 10px;
  color: white;
  text-align: center;
  border-bottom: 2px #98A4B3 solid;
  
}

.head > a {

  color: white;
  font-size: 12px;
  
}

button {
  
  background-color: #98A4B3; 
  color: white; 
  padding: 12px; 
  border: none; 
  position: relative; 
  top: -11px;
  border-radius: 5px;
  cursor: pointer;
  
}

button:hover {
  
  background-color: #57616C;
  
}

.captcha {
  
  width: 80px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 5px;
  border-radius: 5px;
  height: 40px;
  
}