﻿.prof-radio {
  text-align: center;
  margin-bottom: 1rem; }
  .prof-radio .switch {
    position: relative;
    display: inline-block;
    margin-top: 1rem; }
  .prof-radio .switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 163px;
    line-height: 26px;
    color: #d4d4d4;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    padding-left: 2px; }
  .prof-radio .switch-label-off {
    padding-left: 2px; }
  .prof-radio .switch-label-on {
    padding-right: 2px; }
  .prof-radio .switch-input {
    display: none; }
  .prof-radio .switch-input:checked + .switch-label {
    color: rgba(0, 0, 0, 0.65);
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: color, text-shadow;
    -moz-transition-property: color, text-shadow;
    -ms-transition-property: color, text-shadow;
    -o-transition-property: color, text-shadow;
    transition-property: color, text-shadow; }
  .prof-radio .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 163px;
    /* Note: left: 50%; doesn't transition in WebKit */ }
  .prof-radio .switch-selection {
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 2px;
    display: block;
    width: 163px;
    height: 38px;
    border-radius: 3px;
    transition: left 0.15s ease-out;
    border: 2px solid; }

.sign-in-page .lgn-frm {
  margin: auto;
  text-transform: uppercase;
  padding: 60px 60px 50px 60px;
  background: #002347;
  color: white;
  max-width: 352px;
  border-radius: 13px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.sign-in-page .lgn-frm.reg-frm {
  max-width: 450px; }
  .sign-in-page .lgn-frm.reg-frm .prof-radio .switch {
    margin: 0;
    min-width: 242px; }
  .sign-in-page .lgn-frm.reg-frm .prof-radio .switch-label {
    font-size: 14px;
    width: 120px;
    color: #ffffff24; }
  .sign-in-page .lgn-frm.reg-frm .switch-selection {
    width: 120px; }
  .sign-in-page .lgn-frm.reg-frm .prof-radio .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 120px; }
  .sign-in-page .lgn-frm.reg-frm .prof-radio .switch-input:checked + .switch-label {
    color: white; }

.sign-in-page .form-control, .sign-in-page button {
  border: none;
  padding: 15px 20px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: white; }

.sign-in-page button {
  font-weight: bold;
  background: #fdc632;
  color: #002347;
  width: 100%;
  font-size: 12px;
  padding: 11px;
  margin-top: 14px;
  margin-bottom: 14px; }

.sign-in-page label {
  color: #aaa;
  font-size: 12px; }

.sign-in-page .lgn-header {
  color: white;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  margin-bottom: 20px; }

.sign-in-page span.text-danger {
  font-size: 12px; }

.sign-in-page #plogintoregister {
  font-size: 13px;
  padding-top: 15px;
  text-align: center; }
