/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2022 | 17:49:32 */
body.login {
    background-color: #f9f9fb;
}
body.login {
  	font-family: "Inter", Sans-serif;
	color: #1f2341;
}	
body.login span.dashicons {
    color: #63718e;
}
body.login h1 a {
    background-image: url(https://www.btc-embedded.com/wp-content/uploads/2022/05/BTC-ES-Logo-2022-1.png) !important;
    background-size: 200px;
    width: 200px;
}
body.login form {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
    padding: 0px;
    margin: 30px 0px;
}
body.login form#wpml-login-ls-form {
    display: none;
}
.login p {
    padding: 0px !important;
}
.login p.message {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.login .button {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 27px;
    letter-spacing: 0px;
    background-color: #38c99e;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 25px 12px 25px !important;
    border: 0px;
}
.login input:not([type="submit"])  {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
	border-radius: 0px;
	border-color: #63718e;
}
.login input:not([type="checkbox"]):not([type="submit"]) {
    border: transparent;
    border-bottom: solid 1px #63718e;
}
button.button.wp-generate-pw {
    display: none !important;
}