@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
  a:hover{
    opacity: 0.7 !important;
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  }
strong,
b {
  font-weight: 500;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  margin: 0;
}
h1{
  background: #004C3F;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    padding: 15px 12px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.row{
  position: relative;
}
.row > div{
  display: inline-block;
  vertical-align: top;
}
.equal{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*Arregla problema en safari*/
.row.equal:before{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-8{
  width: 60%;
  height: 100vh;
  background-image: url('login-masair.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.col-4{
  width: 39%;
}
.box-form {
    width: 300px;
    display: block;
    margin: auto;
    margin-top: 30%;
}
.language {
    text-align: right;
}
  .language select {
    border: 0;
    background: transparent;
    font-size: 16px;
  }
input[type="text"], input[type="password"] {
    border: 2px solid #D7D7D7;
    border-radius: 5px;
    color: #004C3F;
    display: block;
    width: 277px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
}
  input[type="text"]:focus, input[type="password"]:focus {
    border: 2px solid #004C3F;
  }
  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #D7D7D7;
  }
  input::-moz-placeholder { /* Firefox 19+ */
    color: #D7D7D7;
  }
  input:-ms-input-placeholder { /* IE 10+ */
    color: #D7D7D7;
  }
  input:-moz-placeholder { /* Firefox 18- */
    color: #D7D7D7;
  }
input.green {
    width: 100%;
    display: block;
    color: #fff;
    background: #63B307;
    border: 0;
    border-radius: 5px;
    padding: 13px 0;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input.grey {
    width: 100%;
    display: block;
    color: #fff;
    background: #A8A89A;
    border: 0;
    border-radius: 5px;
    padding: 13px 0;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
  input.green:hover, input.grey:hover {
    opacity: 0.7 !important;
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  }
span.or {
    line-height: 1.5;
    color: #4A4A4A;
    display: block;
    text-align: center;
}
.box-form a {
    color: #4A4A4A;
    font-size: 13px;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}
  .box-form a:first-child{
    margin-right: 20px;
  }
@media (max-width:982px){ 
  .col-8{
    width: 50%;
    background-position: right top;
  }
  .col-4{
    width: 49%;
  }
  .box-form{
    margin-top: 15%;
  }
}
@media (max-width:790px){
  .row > div{
    display: block;
  }
  .equal{
    display:block;
  }
  /*Arregla problema en safari*/
  .row.equal:before{
    display:block;
  }
  .col-8{
    width: 100%;
    position: relative;
  }
  .col-4{
    width: 100%;
    position: absolute;
    top: 20%;
  }
  .box-form {
    width: 300px;
    display: block;
    background: rgba(255, 255, 255, 0.85);
    margin: auto;
    margin-top: 0;
    padding: 2em;
    border-radius: 5px;
  }
}
