.authDiv{
    margin-top: 10px;
    height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.authBox{
    max-height: 610px;
    width: 320px;
    display: flex;
    padding: 0;
}

.authImg{
    height: 600px;
    width: 550px;
    display: none;
}

.auth_box{
    max-height: 100%;
    display: flex;
    width: 320px;
    border: 1px solid grey;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
}

.authMethods{
    width: 100%;
    height: 200px;
    margin-top: 30px;
    background-color: #E6E6FA;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    text-align: center;
}

.authMethods h6, .grey{
    color: grey;
}

.authMethod{
    width: 100%;
    height: 40px;
    background: white;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
}

.authMethodImage{
    width: 25px;
    height: 25px;
    border-radius: 10px;
    background-color: white;
}

.orDiv{
    display: inline-flex;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    color: grey;
    font-size: 15px;
}

.line{
    height: 1px;
    width: 45%;
    background-color: grey;
}

.linkShowDiv{
    width: 100%;
    height: 45px;
    display: inline-flex;
    align-items: center;
    gap: 44px;
    color: grey;
    font-size: 13px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.linkBox{
    width: 100%;
    border: 1px solid grey;
    border-radius: 10px;
    height: 120px;
    display: none;
    flex-direction: column;
    padding: 15px;
    text-align: start;
}

.linkBox input{
    width: 100%;
    height: 32px;
    border-radius: 10px;
    padding-left: 15px;
    outline: none;
    margin-top: 6px;
    border: 1px solid grey;
}

.linkBox label{
    color: grey;
}

.sendLink{
    margin-top: 13px;
    height: 35px;
    border: none;
    outline: none;
    border-radius: 7px;
    background: #f3f3f3;
    color: grey;
}

.sendLink:hover{
    transform: translateY(-3px);
}

#policyText{
    font-size: 12px;
    color: grey;
    text-align: center;
    overflow: auto;
    margin: auto;
}

#policyText a{
    color: grey;
}

@media (max-width: 768px){
    #policyText{
        width: 80%;
    }
}

.loginSignup{
    margin-top: 5px;
    font-size: 14px;
    color: grey;
}

.loginSignup a{
    color: grey;
}