@import url(https://fonts.bunny.net/css?family=jost:400,700);

body.login {
	font-family: 'Jost', sans-serif;
}

#wp-submit {
 font-size: 14px;
 font-weight: 500;
 width: 100%;
 border-radius: 100px;
 background: #000;
 color: #fff;
 border: none;
 padding: 4px 30px;
 cursor: pointer;
 outline: none;
 line-height: 2.30769231;
 margin-top: 20px;
}

#wp-submit.button-secondary {
 width: 100%;
 border-radius: 100px;
 background: #fff;
 color: #000;
 border: thin solid  #000;
}
