/* styling for auth-pages and customizations*/

/*import font */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@900&display=swap');


.bo-form-btn {
    border-radius: 22px;
    height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.bo-form-fields {
    border-radius: 22px;
    height: 45px;
}
.bold {
    font-weight: bolder;
}
.site-name {
    font-size: 2rem;
    padding: 1rem;
    color:#788481;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Orbitron', sans-serif;
}
.by-line {
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 1rem;
    font-family: 'roboto', sans-serif;
    color: #1ab394d6;
}
.gray-bg-auth {
    background: white;
    background: url("https://wsbu-dash-static.s3.us-west-2.amazonaws.com/img/hex-bg-repeating-2.png") repeat left top, linear-gradient(0deg, rgba(207,207,209,1) 0%, rgba(254,254,255,1) 20%, rgba(254,254,255,1) 80%, rgba(207,207,209,1) 100%);
    background-size: 10%;
}
.login-form-body {
    background: white;
    padding: 2rem;
    border: solid 1px rgba(26, 179, 148, 0.25);
    box-shadow: 0px 4px 15px rgb(242, 240, 240);
}

.middle-box {
    min-width: 400px;
    max-width: 425px
}

.loginscreen {
    margin-top: 5vh;
}