body{
     margin: 0px;
     padding: 0px;
    font-family: sans-serif;
}
body::before{
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
    background: url(../Background_Image/LoginBackground6.jpeg);
    -webkit-background-size:cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-position:center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    background-position: center center;
}
 head{
     margin: 0px;
     padding: 0px;
     font-family: sans-serif;
}
 .login_box{
     width: 320px;
     height: 420px;
     background-color:rgba(199,196,255, 0.85);
    /* opacity: .85;
    */
     color: #fff;
     top: 50%;
     left: 50%;
     position: absolute;
     transform: translate(-50%,-50%);
     box-sizing: border-box;
     box-shadow: 0 15px 25px rgba(221, 160, 221, .25);
     padding: 70px 30px;
}
 .avatar{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     position: absolute;
     top: -50px;
     left: 33%;
     box-shadow: 0 0 0 3px rgba(238, 74, 104, .25);
}
 h1{
     margin: 0;
     padding: 0 0 20px;
     text-align: center;
     font-size: 22px;
}
 .login_box .inputBox label{
     position: relative;
     margin: 0;
     top: -50px;
     left: 0;
     padding: 0;
     font-weight: bold;
     pointer-events:none;
     transition: all 200ms linear;
    /* padding: 70px 30px;
    */
}
 .login_box .inputBox input:focus~label, .login_box .inputBox input:valid~label{
     top: -78px;
     left: 0;
     color: #ffc107;
     font-weight: bold;
     font-size: 12px;
}
 .login_box input{
     width: 100%;
     margin-bottom: 20px;
}

 .login_box input[type="text"], input[type="password"]{
     border: none;
     border-bottom: 1px solid #fff;
     background: transparent;
     outline: none;
     color: #fff;
     height: 40px;
     letter-spacing: 1px;
}
 .login_box [type="submit"]{
     border: none;
     outline: none;
     height: 40px;
     background: #EE4A68;
     color: #fff;
     font-size: 18px;
     border-radius: 20px;
}
 .login_box input[type="submit"]:hover{
     cursor: pointer;
     background: #ffc107;
     color: #000;
}
 .login_box a{
     text-decoration: none;
     font-size: 15px;
     line-height: 20px;
     color: #363636;
     float: right;
}
 .login_box a:hover{
     color:#17135D;
}
 .login_box #register{
     text-decoration: none;
     font-size: 15px;
     line-height: 20px;
     color: #363636;
     float: left;
     cursor: pointer;
}
 .login_box #register:hover{
     color:#17135D;
}
 nav{
     position: fixed;
     /*background: rgba(0,0,0,.75);*/
     top: 0;
     left: 0;
     width: 100%;
     height: 60px;
     padding: 20px 100px;
     box-sizing: border-box;
     transition: .3s;
     z-index: 1;
}
 nav.black{
     background: rgba(0,0,0,.75);
     height: 60px;
     padding: 10px 100px;
}
 .wrapper nav .logo{
    display: block;
    padding: 0px 0px;
    height: 80px;
    float: left;
    font-size: 24px;
    transition: .3s;
    z-index: 1;
    margin-top: -3vh;
    margin-left: -9vh;
}
 nav.black .logo{
     color: #fff;
}
 nav ul{
     list-style: none;
     float: right;
     margin: 0;
     padding: 0;
     display: flex;
}
 nav ul li{
     list-style: none;
}
 nav ul li a{
     line-height: 8px;
     color: #fff;
     padding: 12px 30px;
     text-decoration: none;
     text-transform: uppercase;
     transition: .3s;
}
 nav.black ul li a{
     background: none;
     color: #fff;
}
 nav ul li a:focus{
     outline: none;
}
 nav ul li a.active{
     background: #EE4A68;
     color: #fff;
     border-radius: 5px;
}
 nav ul li a.active:hover{
     background: #ffc107;
     color: #000;
}
 .right-togglebar{
     display: none;
}
.login_box .password_error{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: white;
    float: left;
    margin: 0;
    padding: 0;
    top: -30px;
    transition: all 200ms linear;
}

.login_box .id_error{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: white;
    float: left;
    margin: 0;
    padding: 0;
    top: -30px;
    transition: all 200ms linear;
}
.wrapper .logo {
    display: none;
}
 @media (max-width: 800px){
     .wrapper nav{
         display: none;
    }
     .login_box{
         position: relative;
         transform: translate(-50%,10%);
     }
     
     .wrapper .logo{
         display: grid;
         position: relative;
         margin-left: auto;
         margin-right: auto;
         justify-content: center;
         z-index: 1000;
         color: black;
         margin-bottom: 10px;
     }
     .right-togglebar {
         display: block;
         position: fixed;
         bottom: 1em;
         right: 1em;
    }
     .floating-btn .fa-bars{
         margin: auto;
         display: inline-block;
         line-height: 3.5;
         width: 3.5em;
         height: 3.5em;
         border-radius: 50%;
         background-color: rgba(238, 74, 104, 1);
         box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
         color: hsl(0, 0%, 100%);
         text-align: center;
         outline: 0;
    }
     .right-togglebar.active .floating-btn {
         box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
    }
     .right-togglebar .floating-btn:active {
         box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
    }
     .right-togglebar .floating-btn .fa-bar {
         font-size: 1.3em;
         transition: transform .2s;
    }
     .right-togglebar.active .floating-btn .fas{
        transform: rotate(-90deg);
        transition: transform .2s ease; 
    }
     .right-togglebar::after {
         display: block;
         content: "";
         width: 3.5em;
         height: 3.5em;
         border-radius: 50%;
         position: absolute;
         top: 0;
         right: 0;
         z-index: -2;
         background-color: rgba(238, 74, 104, .85);
         transition: all .3s ease;
    }
     .right-togglebar.active::after {
         transform: scale3d(5.5, 5.5, 1);
         transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
    }
     .right-togglebar .items-wrapper {
         padding: 0;
         margin: 0;
    }
     .right-togglebar .menu-item {
         position: absolute;
         top: .2em;
         right: .2em;
         z-index: -1;
         display: block;
         text-decoration: none;
         color: hsl(0, 0%, 100%);
         font-size: 1em;
         width: 3em;
         height: 3em;
         border-radius: 50%;
         text-align: center;
         line-height: 3;
         background-color: hsla(0,0%,0%,.1);
         transition: transform .3s ease, background .2s ease;
    }
     .right-togglebar .menu-item:hover {
         transform: rotate(-45deg);
         background-color: #ffc107;
         color: #000;
    }
     .right-togglebar.active .menu-item {
         transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
     .right-togglebar.active .menu-item:nth-child(1) {
         transform: translate3d(1em,-7em,0);
    }
     .right-togglebar.active .menu-item:nth-child(2) {
         transform: translate3d(-3.5em,-6.3em,0);
    }
     .right-togglebar.active .menu-item:nth-child(3) {
         transform: translate3d(-6.5em,-3.2em,0);
    }
     .right-togglebar.active .menu-item:nth-child(4) {
         transform: translate3d(-7em,1em,0);
    }
}
 @media (max-width: 600px){
     .login_box{
         height: 400px;
         margin-bottom: 100px;
     }
}