#page {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
}

#left {
    position: relative;
    height: 100%;
    background: url(/lib/images/bg-step1.svg) no-repeat center center #303039;;
    -webkit-animation: animate-bg 22s infinite;
    -moz-animation: animate-bg 22s infinite;
    mation: animate-bg 22s infinite;
}

#left .context {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    padding: 0 20px;
}

#right {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    overflow: auto;
    background-color: #202029;

}

#right .login-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 992px) {
  #left {
    display: none!important;
  }
}

@media (min-width: 992px) {
  #right .login-block {
      top: 20%;
  }
}

#right .login-input {
    position: relative;
}

#right .login-input input {
    background: transparent;
    color: #FFF;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #808089;
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#right .login-input i {
    color: #808089;
    position: absolute;
    left: 3px;
    bottom: 10px;
}

#right .btn-right{
    width: 100%;
    font-size: 20px;
    padding: 6px 20px;
    border: none;
    color: #fff;
    background-color: #22a5ff;
}

#right .btn-right:focus, #right .btn-right:hover {
    background-color: #4db8ff;
}


.btn-phiz{
    width: 100%;
    font-size: 20px;
    padding: 6px 20px;
    border: none;
    color: #fff;
    background-color: #22a5ff;
}

.btn-phiz:focus, .btn-phiz:hover {
    background-color: #4db8ff;
}

#right .forgot {
    text-align: right;
    padding-right: 20px;
    margin-top:15px;
}

#right .forgot a {
    color: #fff;
    text-decoration: none;
}

#right .forgot a:focus, #right .forgot a:hover {
    text-decoration: underline;
}

#right .row-login {
    margin-top: 15px;
}

@-webkit-keyframes animate-bg {
	0% { background-image: url('/lib/images/bg-step1.svg'); }
	20% { background-image: url('/lib/images/bg-step2.svg'); }
	40% { background-image: url('/lib/images/bg-step3.svg'); }
	60% { background-image: url('/lib/images/bg-step4.svg'); }
	80% { background-image: url('/lib/images/bg-step5.svg'); }
}
@-moz-keyframes animate-bg {
	0% { background-image: url('/lib/images/bg-step1.svg'); }
	20% { background-image: url('/lib/images/bg-step2.svg'); }
	40% { background-image: url('/lib/images/bg-step3.svg'); }
	60% { background-image: url('/lib/images/bg-step4.svg'); }
	80% { background-image: url('/lib/images/bg-step5.svg'); }
}
@keyframes animate-bg {
	0% { background-image: url('/lib/images/bg-step1.svg'); }
	20% { background-image: url('/lib/images/bg-step2.svg'); }
	40% { background-image: url('/lib/images/bg-step3.svg'); }
	60% { background-image: url('/lib/images/bg-step4.svg'); }
	80% { background-image: url('/lib/images/bg-step5.svg'); }
}

.navbar a {
    color: white!important;
    text-decoration: none!important;
}

.navbar .dropdown-menu a {
    color: #515151!important;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: grey;
    text-decoration: none!important;
}

#page_title_row {
    padding-top: 50px;
}

#footer_div {
    min-height: 30px;
}

.center_input {
    max-width: 20em;
    margin: 0 auto;
}

.modal-content {
  border-radius: 0px!important;
  max-width: 99%;
}
