@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.01); }
  75% { transform: scale(1.02); }
  100% { transform: scale(1); }
}
.pulse {
    animation: pulse 3s infinite;
}

.fixed-container {
    display: none;
    position: fixed;
    bottom: 1rem;
    max-width: 80%;
}

.fixed-container small {
    font-size: x-small;
    line-height: normal;
    color: #3b3b3b;
}

.logo {
    width: 50px;
    position: relative;
    border-radius: 50%;
    height: 50px;
}

.app-name {
    color: #000642;
    position: relative;
    font-weight: 500;
}

.logo-and-app-name {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.text {
    position: relative;
}

.greetings {
    color: #000642;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 0px 0px;
    font-size: 60px;
}

.instruction {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    color: #444;
}

.message {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    color: #f67070;
}

.message.not-error {
    color: #444 !important;
}

/* .username-child {
    align-self: stretch;
    flex: 1;
    position: relative;
    border-radius: 10px;
    background-color: rgba(217, 217, 217, 0.61);
    z-index: 0;
} */

.frame-child {
    width: 48px;
    position: relative;
    border-radius: 50%;
    background-color: #b1aeae;
    height: 48px;
}

.input {
    position: relative;
    font-weight: 300;
    align-self: stretch;
    border-radius: 10px;
    height: 83px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 16px;
    flex: 1;
    position: relative;
    border-radius: 10px;
    background-color: rgba(217, 217, 217, 0);
    color: #444;
    border: none;
    font-size: 32px;
    padding: 0 16px;
}

.ellipse-parent {
    margin: 0 !important;
    position: absolute;
    top: 18px;
    left: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    z-index: 1;
}

.input-field {
    align-self: stretch;
    border-radius: 10px;
    height: 83px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 16px;
    flex: 1;
    position: relative;
    border-radius: 10px;
    background-color: rgba(217, 217, 217, 0.61);
    border: none;
    font-size: 32px;
}

.forgot-password span {
    color: var(--primary-color);
    font-weight: bold;
}

.forgot-password {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #444;
}

.login {
    align-self: stretch;
    border-radius: 10px;
    background-color: var(--primary-color);
    border: none;
    font-size: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: var(--primary-color);
    cursor: pointer;
}

.secondary-btn {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.deny {
    align-self: stretch;
    border-radius: 10px;
    background: none;
    border: none;
    font-size: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: var(--red-color);
    cursor: pointer;
}

.login:disabled {
    align-self: stretch;
    border-radius: 10px;
    background-color: #a78825 !important;
    border: none;
    font-size: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: #fff;
    cursor: default;
}

.register {
    align-self: stretch;
    border-radius: 10px;
    background: none;
    border: 2px solid var(--primary-color);
    font-size: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: var(--primary-color);
    cursor: pointer;
}

.register:disabled {
    align-self: stretch;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    font-size: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: var(--primary-color);
    cursor: default;
}

.or div {
    position: relative;
}

.or {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: var(--primary-color);
    font-family: Poppins;
}

.checkbox-child {
    align-self: stretch;
    flex: 1;
    position: relative;
    border-radius: 10px;
    z-index: 0;
}

.frame-child {
    width: 39px;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    box-sizing: border-box;
    height: 39px;
}

.checkbox1 {
    position: relative;
    font-weight: 300;
}

.rectangle-parent {
    margin: 0 !important;
    position: absolute;
    top: 18px;
    left: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    z-index: 1;
}

.checkbox {
    width: 100%;
    position: relative;
    border-radius: 10px;
    height: 83px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    text-align: left;
    font-size: 24px;
    color: var(--primary-color);
    font-family: Poppins;
}

.form {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 0px 0px;
    gap: 10px;
    color: #444;
}

.main {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    width: 700px;
    padding: 64px;
    gap: 10px;
}

.app {
    width: 100%;
    position: relative;
    background-color: var(--primary-color);
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    text-align: left;
    font-size: 32px;
    color: #000;
    font-family: Poppins;
    background: linear-gradient(180deg, rgba(0, 20, 215, 0.84) 0%, rgba(0, 10, 108, 0.84) 100%);
}

@media only screen and (max-width: 460px) {
    .floater-i, .fixed-container small {
        color: #ccc;
    }

    .fixed-container {
        display: flex;
    }

    .main {
        padding: 32px;
        padding-top: 64px;
        background: linear-gradient(0deg, rgba(0, 6, 66, 1.00) 0%, rgba(13, 66, 175, 1.00) 10%, rgba(255, 255, 255, 1.00) 50%);
    }

    .app {
        font-size: 24px;
    }

    .greetings {
        padding: 32px 0px 0px;
        font-size: 36px;
    }

    .instruction, .forgot-password, .or {
        font-size: 16px;
    }

    .message {
        font-size: 12px;
    }

    .input {
        height: 70px;
        width: 100%;
        gap: 16px;
        flex: 1;
        font-size: 24px;
        padding: 0 24px;
    }

    .login, .register, .login:disabled, .register:disabled {
        font-size: 24px;
    }

    .register {
        border: 2px solid var(--white-color);
        color: #fff;
    }

    .or {
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .fixed-container {
        display: flex;
    }
    
    .floater-i, .fixed-container small {
        color: #ccc;
    }

    .main {
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 6, 66, 1.00) 0%, rgba(13, 66, 175, 1.00) 10%, rgba(255, 255, 255, 1.00) 50%);
    }

    .floating-bottom-button-container {
        display: none !important;
    }

    .floating-top-button-container {
        display: none !important;
    }

    .register {
        border: 2px solid var(--white-color);
        color: #fff;
    }

    .or {
        color: #fff;
    }
}