﻿body {
}

#logo {
  margin: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*#registrationContainter {
  background: lightgrey;
  padding: 20px;
  border: 2px solid;
  border-bottom: 0px;
  border-color: gray;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}*/

#createAccountRegion {
  background: greenyellow;
  margin-top: 20px;
  height: 60px;
  /*position: relative;*/
}
#createAccountRegion div{
  height: 100%;
  text-align: center;
  /*position: relative;*/
  
}

#createOneNow {
  width: 30%;
  line-height: 60px;
  background: blue;
  color: white;
  font-weight: bold;
  font-size: large;
}

.no-gutter [class*="-6"] {
  padding-left: 0;
}

.gr-checkbox {
  /*position: absolute;*/ 
  /*top: -20%;*/ 
  /*left: -20%;*/ 
  /*display: block;*/ 
  /*width: 140%;*/ 
  /*height: 140%;*/ 
  margin-left: 5px;
   padding: 0px; 
   background: rgb(255, 255, 255) none repeat scroll 0% 0%; 
   border: 0px none; 
   /*opacity: 0;*/
   -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}

.logMeIn {
  background: fuchsia;
  font-size: x-large;
  border-radius: 5px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#socialMediaLogin {
  background: white;
}
.validation-summary-errors ul li {color:Red;}
/*#socialContainer {
  background: white;
  border: 2px solid;
  border-top: 0px;
  border-color: gray;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 20px;
}*/