/* #hideShow{
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 150px;
    right: 22px;
    cursor: pointer;
} */
body{
    background-image: url("assets/images/upload/index.png");
    height: 100vh;
}
#hideShow {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 17px;
    right: 0;
    cursor: pointer;
}
#wrapper{
   transform: translateY(50%);
   -webkit-transform: translateY(50%);
   -moz-transform: translateY(50%);
   -ms-transform: translateY(50%);
   -o-transform: translateY(50%);
}
.card-no-border .card {
    border: 0px;
    border-radius: 0 30px 0 30px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    max-width: 1300px;
    -webkit-border-radius: 0 30px 0 30px;
    -moz-border-radius: 0 30px 0 30px;
    -ms-border-radius: 0 30px 0 30px;
    -o-border-radius: 0 30px 0 30px;
}
.login-box{
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
}
span{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
span img{
   text-align: center;
    width:236px; 
    height:auto; 
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}