body{
    background: #fff;
    background-position: 100% auto;
    background-size: 100%;
    background-color: rgb(255, 255, 255);
}

.alpha60 {
    background-color: #ffffff;
}
form label {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    color: #043673;
    text-shadow: 0 1px 0 #fff;
}

#admin_wrapper {
  width: 450px;
    margin: 80px auto 0;
    padding: 20px 15px;
    min-height: 350px;
    border: none;
    background: #ffffffcf;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}

#logo {
    margin: 0 auto;
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/1415/Logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 25px 0;
}

body {
    background: linear-gradient(rgb(255 255 255 / 20%), rgb(255 255 255 / 20%)), url(https://secure.activecarrot.com/media/dynamic/static_images/1415/AL_Caufield_JUL22-_WebRes-Ash%20Caygill-40.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}

form {
    margin: 0 auto;
    width: 300px;
}

form .button {
   border-radius: 4px;
    background-color: #043673;
    padding: 14px 35px 14px 35px;
}


h1 {
    text-align: center;
}

form .button:hover {
    background-color: white;
    transition: 0.2s ease-in;
    color: #043673;
    cursor: pointer;
}

.forgot_password p a:hover {
    color: #E10600;
    transition: 0.2s ease-in;
}

form p a {
    font-size: 14px;
    text-decoration: none;
    color: #043673;
    font-weight: 700;
    text-transform: capitalize;
}