*{
    color: unset;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1.5rem 1rem 1.5rem;
}

.sections-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: auto 0;
    width: 100%;
    max-width: 470px;
    color: #F6F6F6;
}

.sections-header {
    display: flex;
    flex-direction: column;
}

.sections-header h1 {
    color: #F9F9F9;
    font-weight: 600;
}

.shura-icon {
    width: 100px;
}

.form-text,.form-label {
    color: #F6F6F6;
}

.sections-btn {
    background: #FFDF01;
    color: #262626;
    font-weight: 600;
    width: 100%;
    height: 45px;
}

.sections-btn:hover {
    background: #b19900;
}

.seperator {
    width: 40%;
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.or-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gf-btn {
    background: #F6F6F6;
    color: #21273B;
    font-weight: 600;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    border: none;
    border-radius: 0.5rem;
}

.gf-icons {
    height: 60%;
}

a {
    color: #FFDF01;
    text-decoration: none;
}

.forgot-pass {
    width: 100%;
    text-align: center;
}

.forgot-pass>a {
    color: #FFDF01;
    text-decoration: none;
}