#autch_info {
  background: #FFF;
  padding: 20px;
  width: calc(100% - 40px);
  margin: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); 
  border-radius: 2px;
  color: #3E3E3E;
  font-family: 'Roboto', sans-serif;
  font-size: 14pt;}

.block_vertical_align {
  display: flex;
  width: 100%;
  height: calc(100vh - 40px); }

.form-group {
  margin-top: 30pt;
  position: relative; }       

.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block; }

.form-group input:valid ~ .control-label, .form-group textarea:valid ~ .control-label {
  color: gray;
  margin-top: -16pt;
  font-size: 80%; }

input:focus, textarea:focus {
  outline: none; }
        
.form-group input:focus ~ .control-label, .form-group textarea:focus ~ .control-label{
  color: #337ab7;
  margin-top: -16pt;
  font-size: 80%; }
        
.control-label {
  box-sizing: border-box;
  transition: all 0.28s ease;
  pointer-events: none; }

.form-group .bar::before {
  content: '';
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -1px;
  position: absolute;
  background: #337ab7;
  transition: left 0.2s ease, width 0.2s ease;
  z-index: 2;}         
 
.form-group input ~ .bar.error::before {
  background: rgb(255,0,0);
  left: 0;
  width: 100%;
  bottom: -1px; }

.form-group input:focus ~ .bar, .form-group textarea:focus ~ .bar {
  border-bottom: 0.0625rem solid #9990; }

.form-group input:focus ~ .bar::before, .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
  bottom: -1px; }         

.form-group input, .form-group textarea {
  margin: 0;
  border: none;
  height: 1.9rem;
  box-shadow: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 1.9rem;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: #333; }
  
.form-group .control-label {
  color: #b3b3b3;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0; }


.switch-input {
  display: none;
}
.switch-label {
  position: relative;
  display: inline-block;
  min-width: 112px;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  margin: 16px;
  padding: 16px 0 16px 44px;
  color: rgba(0, 0, 0, 0.64);
}
.switch-label:before, .switch-label:after {
  content: "";
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #9E9E9E;
  border-radius: 8px;
}
.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on {
  display: none;
}
.switch-label .toggle--off {
  display: inline-block;
}
.switch-input:checked + .switch-label:before {
  background-color: #90b0ce;
}
.switch-input:checked + .switch-label:after {
  background-color: #4f93ce;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
  display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
  display: none;
}

.button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #4f93ce;
    margin: 1rem 0 0 0;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.button::before {
    content: '';
    position: absolute;
    background-color: #1d4567;
    border: 50vh solid #1d4567;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0); }

.button::after {
  background-color: #1d4567; }

.button:active::before, .button:focus::before {
    transition: opacity 0.5s ease 0.364s, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease 0.364s;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

#errdesc {
width: 100%; color: rgb(255,0,0);font-size: 0.6rem;
text-align: left;
padding-top: 10px;
font-weight: 300; }
