.account-container {
    width: 90%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
}

main {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.account-left {
    width: 40%;
    height: 100vh;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 40px;
}

.account-right {
    width: 60%;
    max-width: 825px;
    height: 100vh;
    height: -webkit-fill-available;
    background-image: url(../img/20.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.account-left button {
    cursor: pointer;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid transparent;
    transition: .3s;
}

.account-form button:hover{
    background-color: #13307E;
    border: 1px solid #13307E;
    color: #FFFFFF;
    transition: .3s;
}


.account-left button h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #056DFA;
}

.account-left button div {
    border-radius: 50%;
    width: 50px;
    height: 45px;
    box-shadow: 0px 6px 35px 0px #829DBC26;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 70%;

}

.account-form-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.account-form-text h2 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #056DFA;
}

.account-form-text p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(19, 48, 126, .8);
}

.account-container form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin-top: 40px;
}

.account-form form input {
    height: 52px;
    max-width: 440px;
    width: 80%;
    border: 1px solid #056DFA80;
    border-radius: 16px;
    padding: 0 25px;

}

.account-form a {
    cursor: pointer;
    color: #056DFA;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    opacity: .8;
    text-decoration: none;
}

.account-form button {
    width: 80%;
    max-width: 440px;
    height: 52px;
    border-radius: 16px;
    background-color: Blue;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-top: 25px;
}
.code{
display: flex;
gap: 10px;
width: 70%;
}
.code input{

    width: 83px;
    height: 71px !important;
}
.not-found{
    display: flex;
    align-items: center;
    gap: 0;
}
.not-found .account-form{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
}
.not-found .account-form-text{
    display: flex;
    align-items: center;
}
.not-found .account-form-text h1{
    font-size: 96px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: center;
    color: #056DFA;
}

.not-found .account-form-text h2{

    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: center;    
    color: #056DFA;
}