.wrapprer-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
}

.wrapprer-form .m-login__logo {
    height: 30%;
    width: auto;
}

.wrapprer-form .m-login__logo a img {
    height: 85%;
    width: auto;
    object-fit: contain
}

#m_login_signin_submit {
    background: #B41F30;
    color: #fff
}

.container-form {
    /*width: 600px;*/
    margin-right: auto;
    margin-left: auto
}

.m-login__logo a img {
    height: 20%;
    object-fit: contain;
    width: auto;
}

button#m_login_forget_password_submit {
    background-color: #B41F30;
    color: #fff;
}
@media (max-width: 767px) {
    .wrapprer-form {
        padding: 30px 5px;
        margin-left: 0;
    }

    .method-choose {
        padding: 15px 15px;
        margin-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 981px) {
    .wrapprer-form {
        padding: 50px 10px;
        margin-left: 0

    }

    /*.container-form {*/
    /*    width: 300px;*/
    /*}*/

    .wrapprer-form .m-login__logo a img {
        height: 60%;
    }
}



.m-brand {
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    height: 70px;
    width: 255px;
    padding: 0px 10px 0px 0px;
    background: #fff;
}

.m-brand img {
    height: 100%;
    width: auto;
}

span.m-menu__link-text {
    color: #B41F30
}

#m_ver_menu {
    padding: 10px
}

.login-input {
    position: relative;

}

.login-input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.method-choose {
    display: flex;
    border: 2px solid #B41F30;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
    margin: 10px 0;
    border-radius: 10px;
    margin-top: 50px;
    text-align: center;
    width: 75%;
    text-decoration: none;
}
.method-choose-login {
    display: flex;
    border: 1px solid #333;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 15px;
    margin: 10px 0;
    border-radius: 5px
}
.method-choose-login {
    text-decoration: none;
}
.method-next i {
    color: #B41F30;
    font-weight: 800;
}

.method-name p {
    font-weight: 600;
    margin: 0;
    color: #333;
    font-size: 19px
}

.method-description span {
    font-weight: 400;
    color: #797979;
    font-size: 16px;
}

.method-description-login span {
    font-weight: 400;
    color: #6f727d;
    font-size: 16px;
}

.method-choose-title p {
    font-size: 18px;
    margin-bottom: 35px;
}
.account-choose {
    display: flex;
    border: 2px solid #B41F30;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    margin: 10px 0;
    border-radius: 10px;
    margin-top: 50px;
    width:45%;

}
.account-icon i{
    color:#B41F30;
    font-size:40px;
    margin-bottom:15px
}

.account-type span {
    color:#B41F30;

}

.account-type span {
    font-size:20px;
    color:#B41F30;
}
.form-group.caregator {
    margin-bottom:0;
}


.warraper-acount-type {
    display:flex;
    width:300px;
    border-radius:100px;
    background-color:#F2F3F5;
    margin-right:2px;
    justify-content:space-around;
    align-items:center;
    height:30px;
}

.account-owner,
.account-relatives{
    display:flex;
    align-items:center;
    border-radius:100px;
    width:50%;
    padding:0 10px;
    height:100%;
    justify-content:center
}
.active{
    background-color:#1C2656;
    color:#fff
}

.account-owner p,
.account-relatives p{
    margin:0 10px;
}


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


button:focus {
    outline: unset;
}

.login-container {
    height: 100vh;
}

.logo img {
    height: 150px;
}
.method-login {
    width: 100%;
}
.method {
    margin-left: auto;
    margin-right: auto;
}
.method-next i {
    color: #333;
    font-weight: 800;
}

.method-name i {
    font-weight: 600;
    margin: 0;
    color: #B41F30;
    font-size: 30px
}

.method-description span {
    font-weight: 400;
    color: #B41F30;
    font-size: 18px;
}

.method-choose-title p {
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 500;
}

.bottom p {
    margin: 15px;
    color: #686868;
    font-weight: 400;
}

.bottom {
    margin: 25px
}

.bottom input[type="checkbox"] {
    width: 20px;
    height:20px;
}

.bottom input[type="checkbox"] {
    appearance: none;        /* Ẩn giao diện mặc định */
    width: 24px;
    height: 24px;
    border: 2px solid #d2c6c7;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

/* Khi được chọn */
.bottom input[type="checkbox"]:checked {
    background-color: #B41F30;
}

/* Dấu tích */
.bottom input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.account-type button{
    background-color:#B41F30;
    color:#fff;
    letter-spacing:1px
}

.account-type{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.account-type a{
    background-color:#B41F30;
    color:#fff;
    letter-spacing:1px;
    width:100%;
}
.account-type a:hover{
    background-color:#d25f6c;
}
.account-type p{
    margin-top:10px;
    width:90%;
    margin-right:auto;
    margin-left:auto;
    color:#797979;
}
.continue-choose p{
    margin-top:20px;
    font-size:20px;
    width:40%;
    letter-spacing:1px;
}



.wel-come h1{
    font-weight:600;
    font-size:30px;
}

