body {
    font-family: 'Inter';
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    /* color: rgb(56, 88, 152); */
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.d-flex{
    display: flex;
}

.main {
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.inner {
    width: 500px;
    height: 500px;
    background-color:#E65848;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #F69430 0%, #F14E29 34.39%, #F3632B 61.22%, #F5832F 79.27%, #F58220 100%);
}

.form {
    width: 365px;
    height: 365px;
    background: #E1E1E1; 
    display: flex;
    flex-direction: column;
    align-items: center;   
}

.form-close {
    display: flex;
    align-items: center;
    align-self: flex-end;
    height: 15px;
    padding: 0;
    margin: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    border: none;
    background-color: #E65848;
    cursor: pointer;
}

.form-header {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #343844;
    padding-top: 27px;
}

.form-header-sign {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF; 
}

.form-header-sign-link {
    color:#fff;
    text-decoration: underline;
}

.form-action {
    padding-top: 34px;
}



.user-picture, .lock-picture {
    width: 45px;
    height: 45px;
}

.form-action-input-user, .form-action-input-password {
    width: 245px;
    height: 45px;
    /* background: #FFFFFF; */
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #C4C4C4;
    border: none;
    padding: 0;
    margin: 0;
}

.input {
    margin-bottom: 15px;
}

.input + .input {
    margin-bottom: 30px;
}

.eye {
    width: 35px;
    height: 30px;
    position: absolute;
    margin-left: 240px;
    padding-top: 7px;
}

.form-action-sign-in {
    justify-content: space-between;
}

.form-action-sign-in-button {
    width: 135px;
    height: 45px;
    background: #E65848;
    font-size: 20.5898px;
    line-height: 25px;
    color: #FFFFFF
}

.form-action-sign-in-help {

}

.form-action-sign-in-remember {
    font-size: 10px;
    line-height: 12px;
    color: #343844;
}

#rememberMe {
    width: 15px;
    height: 15px;
    margin-right: 15px;

}

.form-action-sign-in-forgot {

    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #343844;
    margin-top: 20px;
    display: flex;
    justify-content: end;
}