@import url('https://fonts.googleapis.com/css2?family=Caudex:wght@700&family=Expletus+Sans&family=Josefin+Sans&family=Nunito:wght@400;500;600&family=Poppins:wght@700&family=Quicksand:wght@400;500&family=Rubik+Glitch&family=Zen+Tokyo+Zoo&display=swap');

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

html,body{
    width: 100%;
    height: auto;
}

body{
    width: 100%;
    height: auto;
    transition: 1s ease-in;

}

nav{
    transition: 0.5s all ease;
}

nav.moving_nav{
    background: url('/img/movingNav.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s all ease;
}

.nav-item{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.nav-link{
    font-size: 16px;
    color: white;
}

.container-fluid{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 90vh;
    background: url('/img/logreg_background.jpg');
    background-position: bottom center;
    background-attachment: fixed;
    background-size: cover;
}


.description{
    line-height: 40px;
    color: #3d89b6;
    font-size: 28px;
}

#label{
    font-weight: 700;
    font-family: 'Expletus Sans', cursive;
    font-size: 48px;
    color: #005483;
}

.btn-success, .btn-primary{
    padding: 7px 0!important;
    font-size: 18px;
    font-weight: 600;
}

.footer
{
    width: 100%;
    background: url('/img/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#copyright
{
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-items: center;
    min-height: 70px;
    padding: 5px 0;
}
.steam_label , .steam_copyRight
{
    color: white;
}

.steam_label{
    font-size: 40px;
    margin-bottom: 0;
}

.steam_copyRight{
    font-size: 24px;
    margin-bottom: 0;
}

.dropdown-item a{
    text-decoration: none;
    font-weight: 400;
}

#login{
    padding: 3px 7px;
    margin-bottom: 0;
    border: 2px solid white;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s all ease;
}

#login:hover, #login:focus{
    background: white;
    color: #003656;
    font-weight: 500;
    transition: 0.3s all ease;
    
}

.form-floating > input{
    background: none;
}

.contact{
    display: flex;
    align-items: center;
    justify-content: start;
}

.social{
    display: flex;
}

.fa-youtube{
    color: red;
    transition: .2s all ease;
}

.fa-youtube:hover, .fa-youtube:focus{
    color: rgb(210, 0, 0);
    transition: .2s all ease;
}

.wrapper{
    min-width: 350px;
    height: auto;
    margin: 70px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.725);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, 0.251) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

/* .input-field, .label-field{
    width: 100%;
} */

.label-field{
    font-size: 18px;
}


/* .input-field{
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #3d89b6;
    background: transparent;
    margin: 5px 0 20px 0;
} */

#forgotten{
    margin: 10px 0;
}

.forgot{
    text-decoration: none;
}

.paragraph{
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

.paragraph::after, .paragraph::before
{
    content: "";
    height: 1px;
    background: #ccc;
    width: 10%;
    margin: auto;
}