@media (max-width: 410px) {
    .center_box {
        width: 90vw !important;
    }
    
    .header_top_login {
        width: 90vw !important;
        margin: 30px auto 20px auto !important;
    }
}

.header_top_login {
    text-align: center;
    margin: 50px 0 20px 0;
}

.header_top_login .logo {
    width: 300px;
    margin-bottom: 0px;
}

.center_box {
    width: 400px;
    margin: 0px auto 65vh;
    padding: 30px;
    border: 2px solid rgba(169, 169, 169, 0.5);
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.myarsolve {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myarsolve img {
    margin: auto;
    width: 240px;
}

.login_intro {
    text-align: center;
    font-size: 20px;
    font-weight: 600; 
    color: #555;
    margin: 10px 0 15px 0;
}

.login {
    margin: 20px 0px;
}

.login:focus {
    box-shadow: 0px 0px 7px 0px #64A40F !important;
}

.pass {
    margin-bottom: 30px; 
}

.pass:focus {
   box-shadow: 0px 0px 7px 0px #64A40F !important;
}

.button {
    background-color: #64A40F;  
    border:none;
    margin-right: 0;
    width: 100%;
    height: 40px;
}

