* {
    margin: 0;
    padding: 0;
}

.shadow-box {
    width: calc(100%);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: right;
    background-image: url("../images/hb1.png");
    background-size: cover;
    font-size: 0.875rem;
}

.shadow {
    margin: 0 auto;
}

.shadow-bg {
    width: 25rem;
    height: 28.125rem;
    background-color: white;
    border-radius: 1.5625rem;
}

.tip {
    display: none;
}

.login_top {
    margin-top: 5%;
}

.form-item {
    text-align: left;
    font-size: 0.875rem;
    color: #c5c8cd;
    margin-top: 1.25rem;
}

    .form-item input {
        border: none;
        outline: none;
    }

    .form-item input {
        width: 88%;
        height: 2.75rem;
        padding-left: 50px;
        border: 1px solid #c5c8cd;
        border-radius: 5px;
    }

input[type=checkbox] {
    visibility: hidden;
}

.cursor {
    cursor: pointer;
}

#eye {
    width: 25px;
    height: 20px;
    position: relative;
    top: -34px;
    left: 280px;
}

#checkbox_img {
    /*	position: relative;
	top: 0px;
	right: 124px;*/
}

.login {
    text-align: center;
}

.btn_style {
    text-align: center;
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 5px 10px 1px rgba(63, 140, 255, 0.3);
    color: white;
    background-color: #a40f0f;
}

.go_register {
    color: #3f8cff;
}
