@import url("../../../MP/styles/css/fonts-pack.css");

h3 {
    font-family: PFBeauSansPro-Bboo;
    color: white;

}

input {
    font-family: PFBeauSansPro-Light;

}
.right-7 {
    right: 2.5rem;
}
.top-10 {
    top: 6px;
}
.error-sign-in {
    color: #ff0000b5;
    font-size: 16px;
    background: #ffbbbb4d;
    margin-bottom: -10px;
    width: 100%;
    padding: 10px;
    display: none;
}
    .error-sign-in ul {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 10px;
        list-style-type: none;
        text-align: center;
    }
    .error-sign-in svg {
        position: absolute;
        margin-top: -2px;
    }
.login {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
}

.start-form-login {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width:500px;

}
.login-wrap {
    width: 80%;
}
@media (max-width:766px) {
    .login-wrap {
        margin: 20px;
    }
}


.signin-form .loginb {
    text-align:center;

}

.signin-form .submit {
    border-radius: 50px !important;
    border: 2px solid transparent;
    width: 50px;
    height: 50px;
    margin-top: 1px;
}
    .signin-form .submit i {
        margin-top: 5px;
    }
    .signin-form .submit:hover {
        border: 2px solid transparent;
        opacity: .9;
    }
.signin-form input {
    border-radius: 10px !important;
    background: rgb(191 188 188 / 30%)!important;
}
.pswbtn {
    display: flex;
    justify-content: space-between;
}
.pass {
    width:84%;
}
.logini {
    width: 84%;
}
.toggle-password {
    left: 75%;
}
.checkbox-primary {
    color: #ffffff;
}
    .checkbox-primary input:checked ~ .checkmark:after {
        color: #ffffff;
    }
.checkmark:after {
    color: rgb(191 188 188 / 30%);
}