body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.no-pad{
  padding: 0 !important;
}

.main_container_login{
  background: #f5f5f5;
  /*background: url('/commons/images/light_bg.jpg');*/
  min-height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
}

.login_wrapper{
  height:250px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 5px 0px;
  // position: relative;
  //background: #fff;
  background: rgb(0, 184, 214);
  text-align: center;
  display: table;
  padding: 20px 0px 20px 0px;
}

.login_wrapper h2{
  color: #000;
  font-size: 1.7em;
  font-weight: 400;
}
.login_wrapper p{
  color: #000;
  font-weight: 200;
  font-size: 1.1em;
}

.inner_log{
  display: table-cell;
  vertical-align: middle;
}

#google_btn{
    //background: rgba(255, 255, 255, 0.8);
    background: #2856b6;
    outline: none;
    border: none;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    padding-top: 10px;
    box-shadow: 1px 1px 4px 0px #000;
    margin-top: 25px;
    font-weight: bold;
}

.login_main{
  margin-top: 10%;
}

.login_cont{
  width: 100%;
  height: auto;
}

.circular {
  width: 150px;
}

.override_card{
  background-color: rgba(1,1,1,0.5) !important;
  box-shadow: 1px 0px 8px 0px #f5f5f5 !important;
}

.login_msg{
  color: red;
  font-size: 1.2em;
}

/*Media queries for mobile*/
@media only screen and (max-width : 640px) {
  .welcome_cont{
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: none;
  }
}
