body{
    width: 99%;
    height: auto;
    display: flex;
    min-height: 150px;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    justify-content: center;
    background-image: url("../assets/thesynergypod.jpg");
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Nunito";
    font-size: 12px;
}

#content_holder{
	width: 470px;
    height: 610px;
    display: block;
    position: relative;
    align-self: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    font-family: inherit;
    margin-top: 30px;
}

#logo_holder{
	flex: 0 0 auto;
    width: 100%;
    height: 102px;
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#logo_holder img{

    margin: 1.5rem 2rem;
    object-fit: cover;
}

#signin_holder{
	flex: 0 0 auto;
    width: 100%;
    height: 133px;
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

h1{
	height: 29px;
    font-size: 16px;

    font-family: Fira Sans;
}

.signin-buttons{
	width: 90%;
    height: 95px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

#signin_holder .signin-buttons a{
	color: #ffffff;
    width: 90%;
    cursor: pointer;
    font-size: 12px;
    align-self: center;
    margin-top: 0.2rem;
    text-align: center;
    font-family: Nunito;
    padding: 0.5rem 1rem;   
    border-radius: 8px;
    margin-bottom: 0.2rem;
    text-decoration: none;
    background-color: #240f6e;
}

#needhelp_holder{
	flex: 0 0 auto;
    width: 100%;
    height: 354px;
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;


}

#needhelp_holder div a, .faq-content{
	color: #FFFFFF;
}

#needhelp_holder div{
	width: 80%;
    align-items: center;
    border-radius: 8px;
    flex-direction: row;
    justify-content: center;
    background-color: #240f6e;
    padding: 0.5rem 1rem;
    font-family: inherit;
}
.faq-link{
	display: flex;

    height: 41px;
}
.faq-content{
	width: 85%;
    height: 200px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}