/*for Desktop --> START*/

@media screen and (min-width:960px) {
.login-text-section{
    margin-top: 140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.login-section{
    margin-top: 100px;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.account_open-image-box{
    width: 34%;
    display: flex;
    justify-content: center;
}
.login-number-box{
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 12px;
    padding: 40px;
    font-size: 24px;
}
.login-form-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;

}
.login-form-number-section{
    width: 76%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 2px;

}
.login-btn-continue{
    width: 32%;
    height: 44px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 8px;
    background-color: rgb(0, 110, 212);
}
.login-btn-link-continue{
    color: rgb(250, 250, 250);
}
.login-btn-continue:hover{
    background-color: rgb(43, 43, 43);
    transition: 0.2s;
}
.support-article-section{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    

}
.support-article-section-link{
    color: rgb(0, 110, 212);
}

.support-article-section-link:hover{
    color: rgb(38, 38, 38);
}

}

/*for Desktop --> END*/