@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Work Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aik img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 0;
}

.aik {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bee {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 500px;
}

.google {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    height: 40px;
    margin-top: 30px;
    border: none;
    background: none;
    border-radius: 50px;
    border: solid 1px black;
}

.google img {
    width: 20px;
    margin-left: 20px;
}

.google button {
    background: none;
    border: none;
    margin-right: 80px;
}

.bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar hr {
    border: solid black 1px;
    width: 300px;
    margin-top: 30px;
}

.or {
    background: #fff;
    color: #333;
    font-size: 16px;
    margin: 0;
    padding: 3px 15px;
    position: absolute;
    top: 17px;
}

.input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.show {
    display: flex;
    align-items: center;
    width: 60%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.show p {
    font-size: 13px;
}

.email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    border-radius: 10px;
    border: solid 1px black;
    width: 290px;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
}

.pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    border-radius: 10px;
    border: solid 1px black;
    width: 290px;
    height: 40px;
    padding-left: 10px;
}

.create {
    margin-top: 0;
    color: #555555;
}

.create a {
    text-decoration: none;
    color: black;
}

.sign {
    width: 300px;
    height: 40px;
    border: none;
    background: #FFC107;
    color: white;
    border-radius: 50px;
    margin-bottom: 20px;
}

.re {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 58%;
}

@media (max-width: 600px) {
    .aik img {
        width: 150px;
    }
}