.p-t-b-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.vt .page-bg {
  background-color: rgba(26, 154, 155, 0.6);
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: center;
}
.vt .page {
  background: url("../images/bg-landing.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: calc(100%);
  position: absolute;
  place-content: center;
  width: calc(100%);
}
.vt .page .copyright {
  font-size: 75%;
  color: #555;
  text-align: center;
  padding-top: 10px;
}
.vt .page .forgotpassword {
  font-size: 90%;
  text-align: center;
  padding: 5px 0 0;
  display: inline;
  float: left;
}
.vt .container {
  display: block;
  margin: 0 auto;
  width: 350px;
}
@media (max-width: 767px) {
  .vt .container {
    flex-direction: column;
    height: auto;
    width: 320px;
  }
}
.vt .left {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 40px 16px rgba(0, 0, 0, 0.22);
  position: relative;
  padding: 20px;
}
@media (max-width: 767px) {
  .vt .left {
    height: auto;
    width: calc(100%);
  }
}
.vt .logos {
  text-align: center;
}
.vt .login .submit-wrapper {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.vt .login .checkbox {
  display: inline;
  float: left;
}
.vt .login hr {
  clear: both;
  margin: 0;
  border: 0;
}
.vt .login .submit {
  float: right;
}
.vt .text-intro {
  color: #555;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
  margin: 20px 0;
  text-align: center;
}
.vt label{
  color:#333;
}
.vt .container.register{
  width:500px;
}
.vt span.select2-selection.select2-selection--single {
    height: 34px;
    padding: 2px 12px;
}
.vt .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}