.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-form label {
    font-family: "Rubik";
    align-self: flex-start;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.login-form input {
    font-family: "Rubik";
    font-size: 16px;
    width: 100%;
    padding: 10px;
    margin: 8px 0 15px;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 16px;
    color : #000;
}

.login-form ::placeholder{
	 font-family: "Rubik";
   font-size: 16px;
	 color: #000; 
}

.login-form .forgot-password {
    font-family: "Rubik";
    font-size: 14px;
		font-weight: 700;
    align-self: flex-end;
    color: #333;
    margin-bottom: 15px;
    text-decoration: none;
}

.login-form .btn-login{
	width: 85%;
	background-color: #fddc03;
	color: #000; 
}

.login-form .btn-login:hover{
	color: #000;
}

.login-form .create-account {
	margin-top: 15px;
}

.header-badges {
    display: flex;
}

.header-badges img {
    max-width: 75px !important;
}

@media(max-width: 430px ){
	.login-form .btn-login{
		width: 100%;
	}
}
