@font-face {
    font-family: 'CustomFont';
    src: url('fonts/zpix.ttf') format('truetype');
}

body {
    font-family: 'CustomFont', Arial, Helvetica, sans-serif;
    color: #462DC6;
    background-image: url("images/Windose20-wallpaper.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    position: relative;
    text-align: center;
}

.input {
    padding: 10px;
    width: 300px;
    height: 51px;
    box-sizing: border-box;
    font-family: 'CustomFont';
    font-size: 20px;
    color: #462DC6;
    outline: none;
    background: none;
    border: none;
    box-shadow: inset 0 0 0 1.5px rgba(70, 45, 198, 0.5);
}

.box i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #462DC6;
}

.box i {
    opacity: 0;
    z-index: -1;
}

.card {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    text-align: center;
}

.login-icon {
    font-size: 15px;
    padding-bottom: 40px;
}

.login-icon img {
    padding: 5px;
    margin: 0%;
}

.login-icon h1 {
    padding: 0%;
    margin: 0%;
    font-size: 35px;
}

.login {
    padding-top: 25px;
    padding-bottom: 15px;
}

.login-button {
    background-color: #EAD2EC;
    width: 250px;
    font-family: 'CustomFont';
    color: #462DC6;
    border: solid;
    border-color: #ECECF0;
    border-width: 2px;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
}