﻿.account .main-wrapper {
    height: 100%;
}

.account .main-container {
    background: white;
    max-width: 700px;
    margin: 0 auto;
}

.account,
.account .pane-border,
.account .view {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: unset;
    box-shadow: none;
    /*min-height: 100%;*/
}

.account .app-version,
.account .help-box,
.account .hide-mob {
    display: none;
}

.account .navbar {
    background: none;
    border: none;
}

.account #mainMenu {
    display: none;
}

.account .material-group label {
    opacity: 1.0;
}

.account .checkboxes span {
    font-size: 9pt;
    color: black;
}

.checkboxes .material-checkbox {
    margin-bottom: 0px;
}

.account .checkboxes input[type="checkbox"]+label:before {
    top: 5px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: white;
    -moz-box-shadow: inset 0 0 0 22px #197A85;
    -webkit-box-shadow: inset 0 0 0 22px white;
    box-shadow: inset 0 0 0 22px white;
    border: 1px solid #197A85;
}

.account .checkboxes input[type="checkbox"]:checked+label:before {
    content: "\e876";
    font-family: material icons;
    background: #197A85;
    color: white;
    font-size: 15px;
    line-height: 15px;
}

@media all and (min-width: 1025px) {
    .account .material-form {
        background-color: white;
        padding: 0 15px;
        color: black;
        min-width: 600px;
        margin: 0 auto;
        box-shadow: none;
        border-radius: 0;
    }

    .account .login-form,
    .account .verification-form,
    .account .forgot-form {
        min-width: 450px;
        width: 450px;
    }

    .signup label.genderPlate {
        width: 135px;
        height: 135px;
        line-height: 135px;
        font-size: 22px;
        text-transform: uppercase;
    }

    .signup label.heightPlate {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 16px;
    }
}

@media (min-width: 671px) and (max-width: 1024px) {
    .account .material-form {
        background-color: white;
        padding: 0 15px;
        color: black;
        min-width: 600px;
        margin: 0 auto;
        box-shadow: none;
        border-radius: 0;
    }

    .account .login-form,
    .account .verification-form,
    .account .forgot-form {
        min-width: 450px;
        width: 450px;
    }

    .signup label.genderPlate {
        width: 135px;
        height: 135px;
        line-height: 135px;
        font-size: 22px;
        text-transform: uppercase;
    }

    .signup label.heightPlate {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 670px) {
    .account .material-form {
        background-color: white;
        padding: 0 15px;
        color: black;
        margin: 0 auto;
        box-shadow: none;
        border-radius: 0;
        margin-top: 40px;
        width: 100%;
    }

    .account .login-form,
    .account .verification-form,
    .account .forgot-form {
        min-width: 300px;

    }

    .signup label.genderPlate {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 20px;
        text-transform: uppercase;
    }

    .signup label.heightPlate {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 16px;
    }
}

.account .reset-form {
    min-width: 400px;
    width: 400px;
}

.account span {
    color: #197a85;
}

.account .pane-border {
    min-width: 100%;
}

.form-box {
    /* background: url(../../../images/icons-back.png) no-repeat center center; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    background-size: 900px;
}

.account .btn {
    width: auto;
}

.signup .next-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.signup .prev-button {
    display: flex;
    align-items: center;
}

.signup label.genderPlate,
.signup label.heightPlate {
    display: block;
    padding: 0;
    border: 1px solid #acacac;
    border-radius: 10px;
    background-size: 100% auto;
    text-align: center;
    font-weight: normal;
}

.signup label.genderPlate:hover,
.signup label.heightPlate:hover {
    background: #197a85;
    color: #FFFFFF !important;
}

.signup input[type="radio"]:checked+label.genderPlate,
.signup input[type="radio"]:checked+label.heightPlate {
    background: #197a85;
    border: 2px solid #197a85;
    color: #FFFFFF !important;
}

.signup label.genderPlate:before,
.signup label.heightPlate:before {
    display: none;
}

.signup .material-form.signup-form input[type="radio"]+label {
    padding-left: 27px;
    color: #454545;
}

.signup .material-group span {
    color: #197a85;
    white-space: nowrap;
}

.signup form h2 {
    font-size: 26px;
    text-align: center;
    /* text-transform: uppercase; */
    margin: 0 0 40px 0;
}