

*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}





@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

* {
    /* box-sizing: border-box; */
    /* margin: 0;
    padding: 0; */
    font-family: Raleway, sans-serif;
}




body {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    font-family: "Open Sans";
}

.container {
    position: relative;
    min-height: 100vh;
    max-width: 100% !important;
    background-color: #0A0D14;
    overflow: hidden;
    display: grid;
    place-items: center;
}



@keyframes move-up6 {
    to {
        transform: translateY(-50px);
    }
} */

a {
    text-decoration: none;
}

.login {
    position: relative;
    /* width: 350px; */
    padding: 25px;
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    z-index: 10;
    backdrop-filter: blur(25px);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2),
        -10px -10px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width:400px) {
    .login {
        width: 100%;
    }
}

.login h1 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}

img{
    z-index:50!important;
}
