html,
body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.main-body-index {
    background: url(../images/archer/background.png) no-repeat center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box {
    width: 836px;
}

.content-box > div {
    /*height: 400px;*/
    display: flex;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: white;
}

.image-part {
    background: white;
    width: 370px;
}

/*
.image-part img{
	height: 100%;
}*/
.inner-content {
    max-width: 290px;
    width: 100%;
    height: 100%;
    background: white;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 15px;
}

.inner-content p {
    margin-bottom: 20px;
    font-size: 13px;
}

.login-form {
    margin-left: auto;
    margin-right: auto;
}

.login-form input {
    /*margin: 0 0 10px;*/
    border-radius: 0;
    font-size: 14px;
    padding: 20px;

}

/*.login-form input:first-child{*/
/*border-right: none;*/
/*}*/
.login-button {
    background: #EE3840;
    color: white;
}

.login-form input:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.logo {
    padding-bottom: 50px;
    text-align: center;
}

.button-part {
    display: flex;
}

.login-button {
    padding: 0 35px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
}

.login-button:hover {
    color: white;
}

.login-info p {
    font-size: 13px !important;
}

.login-form input[placeholder] {
    font-size: 14px;
}

.user-name {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.green-check {
    border-radius: 0;
    background: transparent;
    border-left: none;
    height: 42px;
}

.check-icon {
    color: #56bf22;
    font-size: 23px;
}

@media (max-width: 1440px) {
    .logo {
        padding-bottom: 24px
    }

    .image-part {
        width: 280px;
    }

    .content-box {
        max-width: 700px;
    }

}

@media (max-width: 767px) {
    .image-part {
        display: none;
    }

    .content-box {
        margin: 15px;
    }
}

@media (max-width: 425px) {
    .inner-content {
        width: auto;
    }

    .content-box {
        margin: 20px;
    }

    .login-form,
    .inner-content p {
        padding: 0 20px;
    }

    .button-part {
        padding-left: 20px;
    }
}

@media (max-width: 375px) {
    .side-list {
        width: 320px;
    }
}

.reset-info {
    font-size: 13px !important;
    margin: 0 !important;
}

.reset-info:first-child {
    text-align: center;
}

.reset-password {
    border: 1px solid #ced4da !important;
    border-left: none !important;
    padding-left: 0 !important;
}

.reset-text {
    padding: 20px 0;
}

.button-part-reset {
    display: flex;
    justify-content: center;

}

.reset-button {
    background: #3FAEA5 0% 0% no-repeat padding-box;
    color: white;
}

.reset-button {
    padding: 0 28px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
}

.reset-button:hover {
    color: white;
}

.reset-front {
    border-right: none;
    background: white;
    border-radius: 0;
}

.login-back {
    margin-top: 10px;
    font-size: 13px;
    display: inline-block;
    color: #6CE5DB;
}

.login-back:hover {
    color: rgba(112, 112, 112, .8);
    text-decoration: none;
}

p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(112, 112, 112, .8);
    font-weight: 500;
}

.login-img-new {
    top: 273px;
    left: 542px;
    width: 378px;
    height: 514px;
    background: #3FAEA5 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #FFECDB1A;
}

.login-btn-new {
    top: 633px;
    left: 1019px;
    width: 115px;
    height: 43px;
    background: #3FAEA5 0% 0% no-repeat padding-box;
    opacity: 1;
}

.login-info {
    top: 447px;
    left: 1019px;
    width: 258px;
    height: 35px;
    text-align: left;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.7
}

.image-part::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #3FAEA5;
    opacity: .3;
}

.image-part {
    overflow: hidden;
    position: relative;
}