﻿@charset "UTF-8";
/* Note: This stylesheet was created to align with db.anytimefitness.com, but is not intended to extend dashboard.css or master.css */

/* Import F37 Moon brand font */
@import url('../Fonts/brand-refresh-fonts.css');

/* Import Google Font Montserrat fallback */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    background-color: #ddd;
    border: 0 none;
    color: #454545;
    font-family: 'f37_moonregular', 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
}

#main {
    margin: auto;
    padding: 4%;
    margin-top: 25px;
    max-width: 400px;
}

img.brand {
    width: 136px;
    height: auto;
}

h1 {
    color: #404040;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 2px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

h2 {
    color: #333333;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 30px;
    font-size: x-large;
}

form {
    background-color: white;
    padding: 4% 8%;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    margin-top: 30px;
}

ul, li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

label {
    padding-top: 5px;
}

    label[for="isPersistent"] {
        text-align: left;
    }

input[type="checkbox"] {
    display: inline-block;
}

input[type="text"], input[type="password"], input[type="email"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    line-height: 20px;
    margin: 1% 0;
    padding: 6px 12px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;
    width: 100%;
}

input[type="submit"], button[type="submit"] {
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    clear: both;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 4% 0;
    padding: 3%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    -webkit-appearance: none;
}

    input[type="submit"]:hover, button[type="submit"]:hover {
        /*background-color: #8e5eb4;*/
    }

button[name="client_id"] {
    background-color: #e43715;
    font-size: 14px;
    padding: 2px 6px;
}

    button[name="client_id"]:hover {
        background-color: #b5280c;
    }


input[name="submit.Login"] {
    background: #ddd;
    color: #666;
    text-shadow: none;
}

    input[name="submit.Login"]:hover {
        background: #c7c7c7;
    }


.error {
    background-color: #f2dede;
    border-color: #eed3d7;
    border-radius: 4px;
    color: #b94a48;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.app-name {
    display: inline-block;
    width: 25%;
}

.small {
    font-size: .8em;
}
