* {
    margin: 0;
    padding: 0;
}
.btn{
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.container {
    height: 100%;
    /*            background-image: linear-gradient(to right, #fbc2eb, #a6c1ee);*/
    /* background-image: linear-gradient(to right, #eceea6, #f3a060); */
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.login-wrapper {
    background-color: #fff;
    width: 358px;
    min-height: 488px;
    border-radius: 15px;
    padding: 0 50px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    /*            line-height: 200px;*/
    line-height: 168px;
}

.input-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid rgb(128, 125, 125);
    font-size: 15px;
    outline: none;
}

.input-item:placeholder {
    text-transform: uppercase;
}

.btn {
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: 40px;
    background-image: linear-gradient(to right, #a6c1ee, #fbc2eb);
    /* background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); */
    color: #fff;
}

.msg {
    text-align: center;
    line-height: 88px;
}

a {
    text-decoration-line: none;
    color: #abc1ee;
}


.invite-code{
    background-color: #e1e1e1;
    color: #949393;
}
