body{
	background: rgb(237,241,245);
    color: rgb(var(--color-text));
    font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

*{
	box-sizing: border-box;
}

a{
	color: inherit;
    text-decoration: none;
    transition: .15s;
    outline: 0;
}

.nav_panel{
	display: flex;
    height: 75px;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: background .8s ease,color .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 999;
    background: #2b2d42;
    color: #bcbedc;
}

.navigation_{
	align-items: center;
    display: flex;
    height: 100%;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 1050px;
    width: 100%;
}


.nav_fix_dropdown{
	background: rgb(var(--color-background-100));
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(var(--color-shadow-blue),.25),0 4px 4px rgba(var(--color-shadow-blue),.15);
    font-family: Overpass,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    left: -5px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 32px;
    transition: opacity .2s ease;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 270px;
}

.link_wrap_navigation {
	align-items: center;
    display: inline-flex;
    font-family: Overpass,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    justify-content: center;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: .01em;
    padding: 18px 16px;
}


.link_wrap_navigation a{
	letter-spacing: .01em;
    padding: 18px 16px;
}
.login_style{
	
	max-width: 400px;
    width: 100%;
    background: rgb(var(--color-foreground));
    border-radius: 4px;
    padding: 40px;
    text-align: center;
    margin-top: 60px;
    margin: 0 auto;
    justify-content: space-between;
	margin: 0 auto;
	background: white;
}


.login_auth_style{
	
}

.login_text_H2{

	justify-content: space-between;
    text-align: center;
}

.container-main-login{
	margin-top: 75px;
    overflow: hidden;
}

.app{
	margin-top: 75px;
    overflow: hidden;
}

.button_login{
	width: 100%;
	margin-top: 15px;
	border-radius: 15px;
	padding: 10px;
	background: rgb(61,180,242);
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 10px;
}


.ai_input input{

	background: rgba(237,241,245,.7);
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    color: rgb(var(--color-text));
    font-size: 1.4rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
}



