﻿.newpwd {
    white-space: nowrap;
}

#messagebody p {
    padding: 0px 20px;
    font-size: 13px;
}

.password-valid {
    color: green;
}

    .password-valid:before {
        position: relative;
        left: -20px;
        content: "✔";
    }

.password-invalid {
    color: red;
}

    .password-invalid:before {
        position: relative;
        left: -20px;
        content: "✖";
    }

.toggle-password {
    cursor: pointer;
    margin-right: 2%;
    margin-top: 5%;
}

.toggle-password-repeat {
    cursor: pointer;
    margin-right: 2%;
    margin-top: 5%;
}

.toggle-password-invite {
    cursor: pointer;
    margin-right: 2%;
    margin-top: 4%;
}

.toggle-password-repeat-invite {
    cursor: pointer;
    margin-right: 2%;
    margin-top: 4%;
}

.cust {
    display: flex;
    flex-direction: row;
    border: 1px solid grey;
    padding: 2px;
    background: #f9f9f9;
    border-radius: 6px;
}

.custsm {
    flex-grow: 2;
    border: none;
}

    .custsm:focus {
        outline: none;
    }
