@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover {
    width: 30vw;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-cover {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.span1 {
    margin-bottom: 7vh;
}

.span2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-control {
    width: 426px;
    height: 64px;
    padding-left: 25px;
}

input:hover {
    border: 1px solid #efc81a;
}
.form-control:focus {
    border: 0.2px solid #efc81a;
    outline: 1px solid #efc81a;
}

.form-check {
    margin-left: 75px;
    margin-bottom: 40px;
}
.form-check-input:checked {
    background-color: #efc81a;
    outline: none;
}

.form-check-label {
    color: #696f79;
    font-weight: 500;
    font-size: 16px;
}

.button-regist {
    background-color: #efc81a;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 426px;
    height: 64px;
}

.button-regist:hover {
    background-color: #696f79;
}

.button-login {
    font-weight: 500;
    font-size: 13px;
    color: #efc81a;
    border: none;
}
.button:active {
    color: #696f79;
}
