﻿.newPasswordMainCont, .passRecReqMainCont {
    width: 100%;
    min-width: 520px;
    max-width: 1060px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.confirmText {
    width: 720px;
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
    color: #22287b;
}

.confirmText span {
    font-size:26px;
}

/*Strana se zadáním hesla k účtu */
.newPasswordCont, .passRecReqCont {
    width: 100%;
    max-width: 1060px;
    min-width: 520px;
    display: inline-block;
    margin: 0 auto 30px;
    color: #22287b;
    text-align: left;
}


    .newPasswordCont input[type=password], .newPasswordCont input[type=text] {
        width: 100%;
        height: 30px;
        min-width: 100% !important;
        color: #22287b;
        padding: 2px;
    }

    .newPasswordCont input[type=submit] {
        display: inline-table;
        float: right;
        width: 98.8%;
        min-width: 98.8%;
        height: 55px;
        border: none;
        background-color: #22287b;
        color: white;
        font-size: 18px;
        font-weight: 400;
        float: left;
        cursor: pointer;
    }

        .newPasswordCont input[type=submit]:hover {
            background-color: #00004f;
        }

    .newPasswordCont h2 span {
        color: #000fe2;
    }

    
    .newPasswordCont a {
        margin: 0 auto;
        font-weight: bold;
    }



.redText {
    color: red !important;
}

.showPasswords {
    margin-bottom:20px;
}

.showPasswords input[type=checkbox] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.showPasswords label {
    cursor: pointer;
    font-size: 18px;
}
/*Strana password recovery request */
.passRecReqCont input[type=submit] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 2px;
    height: 55px;
    border: none;
    background-color: #22287b;
    color: white;
    font-size: 18px;
    font-weight: 400;
    float: left;
    cursor: pointer;
    border-spacing: 10px;
    margin: 20px 0 30px;
}

.passRecReqCont input[type=text] {
    width: 99%;
    max-width: 99%;
    height: 40px;
    color: #22287b;
    padding: 2px;
    display: inline-table;
}
