html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  /*padding-top: 40px;
  padding-bottom: 40px;*/
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  min-width: 320px !important;
}

.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 5px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.msgOk { padding: 5px; background: green; color: white; margin-bottom: 5px; }
.msgErr { padding: 5px; background: red; color: white; margin-bottom: 5px; }



/********* Custom CSS ***********/
h1.h3 {
  font-family: "Oswald", sans-serif;
}

#header {
  width: 100%;
}

.ob-smu-logo, .ob-oblique {
  margin-right: -5px;
}

.ob-smu-logo {
  margin-left: -1px;
}

div.grecaptcha {
  padding-top: 10px;
}

main.status-container {
  margin-bottom: 50px;
}

table.sharebox td.label {
  min-width: 140px;
}

table.sharebox td.value {
  line-break: anywhere;
}

main.tnc-container {
  margin-top: 20px;
}

div.termsContent * {
  font-size: 13px;
  font-family: "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

div.termsContent ol {
  padding-left: 0px;
}

div.termsContent ol li {
  margin-left: 18px !important;
  padding: 6px 0;
}

#footer {
  width: 100%;
  padding-bottom: 60px;
}

#footer a {
  text-decoration: none;
}

#footer .common-footer {
  border: 0;
}

#footer #social-menu ul li a:hover {
  border-bottom: 0 !important;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer .left::after,
#footer .right::after {
	clear: both;
}

@media (max-width: 767px) {
	#footer .left,
	#footer .right {
		float: none;
		width: 100%;
		text-align: center;
	}

	#footer .left {
		margin-bottom: 30px;
	}

	#footer ul {
		padding: 0;
	}
}