body {
  margin: 0;
  padding: 0;

background-image: url("imagenfondologin.png");


}

#login .container #login-row #login-column #login-box {
  margin-top: 50px;
  max-width: 600px;
  height: 450px;
    border-image: linear-gradient(5deg, #3F51B5 ,  #0dd3ff,#3F51B5 ) 1;
  border-top-width: 0px;
border-right-width: 10px;
border-bottom-width: 0px;
border-left-width: 0px;
  border-style: solid;
  -webkit-box-shadow: 0px 0px 38px 22px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 38px 22px rgba(0,0,0,0.42);
box-shadow: 0px 0px 38px 22px rgba(0,0,0,0.42);
}
#registro .container #registro-row #registro-column #registro-box {
  margin-top: 50px;
  max-width: 600px;
  height: 550px;
    border-image: linear-gradient(5deg, #3F51B5 ,  #0dd3ff,#3F51B5 ) 1;
  border-top-width: 0px;
border-right-width: 10px;
border-bottom-width: 0px;
border-left-width: 0px;
  border-style: solid;
  -webkit-box-shadow: 0px 0px 38px 22px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 38px 22px rgba(0,0,0,0.42);
box-shadow: 0px 0px 38px 22px rgba(0,0,0,0.42);
}


.gradient {
  display: inline-block;
  color: #fff;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.gradient:hover {
  background-position: right center;
  color: #fff;
}

.gradient-blue {
  background: linear-gradient(to right, #3F51B5 0%, #0dd3ff 51%, #3F51B5 100%);
  background-size: 200% auto;
}



.profile-img
{

    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;


}
