@-ms-viewport { 
	width: device-width; 
}

body {
    position: initial;
	/* margin: 0; */
	background-color: black;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
	line-height: 24px;
	/* overscroll-behavior: none; */
    overflow-x: hidden;
}

.page{
    padding: 50px;
}

.mobile .page{
    padding: 15px;
}

.page.noScroll{
    overflow: hidden;
}


a {
	color: white;
	text-decoration: none;
    width: 160px;
}

header {
    display: grid;
    grid-template-columns: auto 320px;
    align-items: baseline;
}

.mobile header {
    grid-template-columns: auto 36px;
    align-items: center;
    width: 90%;
    margin: auto;
}

.homeLogo > img{
    max-width: 160px;
}

h1{
    font-weight: 300;
    text-align: center;
    margin-top: 70px;
}

.firebaseAuth{
    position: relative;
    display: flex;
    z-index: 100;
    width: 360px;
    height: 360px;
    background-color: rgb(254 255 253 / 95%);
    /* min-height: 100vh; */
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    left: calc(50% - 180px);
    top: calc(55% - 180px);
}

.toVerification{
    position: relative;
    display: none;
    z-index: 100;
    width: 360px;
    height: 360px;
    background-color: rgb(254 255 253 / 95%);
    left: calc(50% - 180px);
    top: calc(55% - 180px);
    flex-direction: column;
    align-items: center;
    justify-items: center;
    grid-template-rows: 45% 60px 60px 60px;
}

.toVerification > input{
    width: 80%;
    height: 40px;
    cursor: pointer;
    font-size: medium;
    /* font-weight: 600; */
    border-radius: 5px;
}

#textForEmailCheck{
    position: relative;
    color: black;
    text-align: center;
    width: 80%;
    font-weight: 500;
}

#toEmailProvider,
#toStudio{
    background-color: #7bdcb5;
}


#newVerifLink{
    background-color: #2196f3a1;
}

#newLogin{
    background-color: rgba(255, 127, 80, 0.623);
}

#redirect{
    display: none;
}

.firebaseui-tos{
    font-size: 13px;
    font-weight: bolder;
    color: #4c5546;
    padding-top: 30px;
}

/* .loginStuffs{
    position: relative;
    height: 350px;
    top: calc(100% - 175px);
} */

/* .mobile .loginStuffs{
    padding-top: 70px;
} */

.mobile .loginStuffs > h1{
    font-size: x-large;
}