


.logo-2{
	    fill: #00d9ba;
}

.logo svg {
    width: auto;
    height: 100%;
    display: block;
}
body.modal-open {
  overflow: visible;
}

.logo-1 {
    fill: #ccc;
}


.containerdiv {
  border: 0;
  float: right;
  position: relative;
} 
.cornerimage {
  border: 0;
  position: absolute;
  top: 136px;
  right: 216px;
    display: block;
    font-size: 48px;
    height: 40px;
    margin: 0 auto 8px;
    width: 48px;
 } 



a.adisabled {
  cursor: no-drop;
  opacity: .65;
}

a.adisabled:hover { text-decoration: none; }
a.adisabled:focus { text-decoration: none; }
a.adisabled:active { text-decoration: none; }

.aPanel {
  margin: 1em;
}

html, body {
    height: 100%;
}

p {
    margin-bottom: 100px;
}
div.container {
    height: 100%;
}

.required:after {
    content:" *";
    color: #ff0000;
}

#loginPanel {
    margin-top: 50px;
}

#loginPanel .panel {
    max-width: 600px;
}

#loginPanel .panel-body {
    padding-top: 30px;
}

#loginPanel .forgotPassword {
    float:right;
    position: relative;
    top:-10px;
}

#loginPanel .signup {
    border-top: 1px solid#888;
    padding-top:15px;
}

#loginAlert {
    display: none;
}

#loginForm .input-group, .form-group, .button-group {
    margin-bottom: 25px;
}





/* Shared */
.loginBtn {
	 padding: 2em;
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
