@charset "UTF-8";
/* CSS Document */

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  /*background: rgb(0,124,194);
background: linear-gradient(90deg, rgba(0,124,194,1) 0%, rgba(148,187,233,1) 100%);*/
font-family: 'Catamaran';




}

.bg-text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    margin: auto;
    color: #000;
    font-size: 16px;
}


input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0.5;
  }
  

  input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    opacity: 0.5;
  }
  
  input::placeholder {
    color: #007cc2;
  }

  input[type=submit] {
    background-color: #201a8e; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    width: 100%;
  }

.ladoizq{
  float: left;
  margin: 0 auto;
  width: 50%;
  height: 100vh;
  
  background-size: cover;
}

.ladoder{
  float: right;
  margin: 0 auto;
  width: 50%;
  height: 100%;
}