section#reset {
    height: calc(60vh - 5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    //color: #fff;
}

#reset h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 160px;
}

#reset a {
    text-decoration-line: none;
    color: #abc1ee;
}

.reset-wrapper {
    background-color: #fff;
    width: 398px;
    height: 530px;
    border-radius: 15px;
    padding: 0 50px;
    margin: 0 auto;
}

.input-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(128, 125, 125);
    font-size: 15px;
    outline: none;
}

.input-item:placeholder {
    text-transform: uppercase;
}

.code-input-item {
    width: 68%;
    margin-bottom: 20px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(128, 125, 125);
    font-size: 15px;
    outline: none;
}

.code-input-item:placeholder {
    text-transform: uppercase;
}

#sendSmsBtn {
    width: 30%;
    margin-bottom: 20px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border-radius: 5px;
    background-color: rgba(0, 128, 0, 0.5);
    color: #fff;
}

.btn {
    border: none;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: 40px;
    color: #fff;
    //background-image: linear-gradient(to right, #a6c1ee, #fbc2eb);
    background-image: linear-gradient(120deg, #76daec 0%, #c5a8de 100%);
}

.btn:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.msg {
    text-align: center;
    line-height: 88px;
}

#notice {
    display: block;
    text-align: center;
    color: red;
}
