﻿body {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.logo {
    display: block;
    margin: auto;
}

/* label color */

        .input-field label {
        color: #000;
        }

/* label focus color */

        .input-field input[type=text]:focus + label {
        color: #000;
        }

/* label underline focus color */

        .input-field input[type=text]:focus {
        border-bottom: 1px solid #000;
        box-shadow: 0 1px 0 0 #000;
        }

/* valid color */
        .input-field input[type=text].valid {
        border-bottom: 1px solid #000;
        box-shadow: 0 1px 0 0 #000;
        }

/* invalid color */
        .input-field input[type=text].invalid {
        border-bottom: 1px solid #000;
        box-shadow: 0 1px 0 0 #000;
        }

/* icon prefix focus color */
.input-field .prefix.active {
    color: #303f4e;
}

.input-field .prefix {
    color: #616161;
}

/* label focus color */
.input-field input:focus + label {
    color: #303f4e !important;
}

/* label underline focus color */
.input-field input:focus {
    border-bottom: 1px solid #303f4e !important;
    box-shadow: 0 1px 0 0 #303f4e !important
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #37474f;
}

    .switch label input[type=checkbox]:checked + .lever:after {
        background-color: #455a64;
    }

/*site specifics*/
.cardcontainer {
    max-width: 500px;
    margin: 0px auto;
}

.darken-2-text {
    color: #616161;
}

.darken-1-text {
    color: #757575;
}

.login-form {
    margin-top: 35px
}

.login-switch {
    margin-top: 20px;
    margin-left: -10px;
}

.login-lever {
    margin-right: 10px !important;
}

.login-btn-container {
    margin-top: 40px;
}

.login-btn {
    width: 100%
}

.login-forgot-link-container {
    margin-top: 10px;
}
