
/**

Plan Médico Servicios de Salud Bella Vista, Inc.
Lenguaje de la pagina de internet: Español

Dirección: 770 Avenida Hostos Suite 208
           Mayagüez, Puerto Rico 00682

Teléfono: (787) 833-8070
Fáx: (787) 832-5400
Correo Electrónico: webmaster@ssbvpr.com

El Plan Médico Servicios de Salud Bella Vista, Inc. (SSBV) es una compañia
la cual brinda servicios a la comunidad de los municipios del área oeste de
Puerto Rico. Brindamos servicios de salud por medio de acuerdos con proveedores
del area de la salud en la isla.

**/

body {
  background-image: url("../images/portallogin_wallpaper.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
}

a {
  text-decoration: none;
}

#content {
  background: rgba(255, 255, 255, 0.7);
  /* background-color: #F9F5FF; */
  height: 100%;
  margin: 0 auto;
  margin-right: 200px;
  width: 400px;
}

#content_logo {
  float: left;
  margin-top: 100px;
  text-align: center;
  width: 100%;
}

#content_login_inputs {
  float: left;
  margin-top: 60px;
  text-align: center;
  width: 100%;
}

#content_login_button {
  margin-top: 60px;
  float: left;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  width: 100%;
}

#content_forgotpassword {
  margin-top: 10px;
  margin-right: 35px;
  text-align: right;
}

/* style the container */
.container {
  position: relative;
  text-align: left;
  border-radius: 5px;
  padding: 20px 0 30px 0;
  margin-left: 33px;
  font-family: 'Cormorant Garamond', serif;
}

  /* style inputs and link buttons */
input,
.btn {
  width: 90%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin: 5px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}

input:hover,
.btn:hover {
  opacity: 1;
}

button {
  background-color: #7CB2B9;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 80%;
  font-size: 14px;
}

button:hover {
  opacity: 0.8;
}
