.register_logo_outer {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    display: block;
    text-align: center;
}

.register_logo_outer img {
    width: 85px;
    margin: auto;
    display: inline-block;
}

.register_logo_outer span {
    font-size: 40px;
}


.register_outer form {
    width: 360px;
    margin: 0px auto;
}

.register_outer fieldset {
    position: relative;
    border: none;
}

.register_outer_label {
    position: absolute;
    top: 18px;
    color: black;
    transform-origin: left;
    transition: all 0.3s ease;
}

.register_outer input:focus ~ label {
    color: black;
}

/*
.register_outer input:focus ~ label,
.register_outer input:valid ~ label {
    top: 0;
    transform: scale(0.6, 0.6);
}
*/

.register_outer input {
    font-size: 20px;
    width: 100%;
    border: none;
    margin-top: 10px;
    background-color: transparent;
    color: black;
    padding: 0px 0px 2px 0px;
}

.inputScaleUp{
    top: 0;
    left: 12px;
    transform: scale(0.6, 0.6);
}

.register_outer input:focus {
    outline: none;
}

.register_outer .after {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, black 50%, transparent 50%);
    background-color: black;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.6s ease;
}

.register_outer input:focus ~ .after {
    background-position: 0 0;
}

.register_outer button {
    text-transform: uppercase;
    position: relative;
    width: 140px;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 50px;
    padding: 10px 10px;
    color: #fff;
    background: #ffa200;
    border: none;
    border-radius: 30px;
    margin-left: calc(50% - 70px);
}

.register_outer button:active,
.register_outer button:focus,
.register_outer button:hover {
    outline: none;
    background-color: #ff9800; 
    /*
    background-position: 0 0;
    color: #ff6900;
*/
}

.register_page_btn{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    background-color: rgba(0,0,0,0.8);
    left:0px;
}

.register_page {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    top:0px;
}

.register_page_inner{
    position: relative;
    display: inline-block;
}

.register_page_focus{
/*    height:50%;*/
    overflow-y: scroll;
}

.register_outer {
    background-color: #ededed;
    display: inline-block;
    text-align: initial;
    padding: 20px 40px;
/*    margin-top: 20px;*/
    border-radius: 5px;
}

.register_title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: white;
    margin-top: 10px;
/*    margin-bottom: 20px;*/
    color: black;
    margin-bottom: 50px;
}

.register_skip_outer {
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(197, 197, 197);
}

.exit_experience_button {
    width: 180px;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 10px;
    color: #fff;
    background: rgba(0,0,0,.4);
    border: none;
    border-radius: 30px;
    bottom: 50px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    text-transform: uppercase;
}

.wifi_page {
    text-align: center;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    position: absolute;
    background-color:white;
}

.wifi_outer {
    background-color: ea0a2a;
    text-align: center;
    position: relative;
    width: 360px;
}

.wifi_icon {
    height: 100px;
    display: inline-block;
    margin: 55px 0px;
    position: relative;
}

.connect_wifi_button {
    width: 180px;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 10px;
    color: #fff;
    background: rgba(0,0,0,.4);
    border: none;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pointer_text {
    padding: 0px;
    color: black;
    margin-top: 60px;
}

#incorrectPassword {
    display: none;
    color: black;
    text-align: center;
    opacity: 0.6;
}

#userNotFound {
    display: none;
    color: black;
    text-align: center;
    opacity: 0.6;
}
