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

/* SSO Button */
.msl-sso-login-link {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  background: #30638e;
  padding: 10px 20px;
  font-family: 'Kanit', sans-serif;
  text-decoration: none;
}
.msl-sso-login-link:hover {
  background: #1b242a;
  text-decoration: none;
  color: #fff;
}

/* Collapsible Panel */
.collapse {
  padding: 0px;
}
.panel-group .panel {
border-radius: 0;
border: 0;
}
.panel-group {
  margin: 0;
}
.panel-default > .panel-heading {
  background-color: #30638e;}

.sidepanel h3 {
  background-color: #30638e;
  font-size: 22px;
  color: white;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    margin: 20px 0 !important;
    text-transform: uppercase;
}
.panel-heading:hover {
  background-color: #1b242a;
}
.panel-title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
}
.panel-title > a {
  text-decoration: none;
}

/* Login Form */
.sidepanel > h3 {
  margin: 0;
}
.login input, .login label {
  display:block;
  width: 100%;
}
.login-box a {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
input[type="text"], input[type="password"], textarea, textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #888;
    -o-transition: all .7s; -moz-transition: all .7s; -webkit-transition: all .7s; -ms-transition: all .7s; transition: all .7s;
}
#ctl00_logincontrol_btnLogin {
  background: transparent;
  margin-top: 10px;
}
.msl-rememberme input{
  width: auto;
}

/* Create Guest button */
.createguest {
  text-align: center;
  text-decoration: none;
}
.createguest a, .createguest a:hover {
  color: #000;
  text-decoration: none;
}