﻿.pst_container {
    text-align: center;
    min-height: 610px;
}

    .pst_container .box .pst_subtitle.modern {
        font-size: 24px;
    }


    .pst_container .box .pst_inputtext3-holder {
        margin-top: 17px;
        width: 250px;
    }

    .pst_container .box a.mrw_ext_button {
        max-width: 100% !important;
    }

    .pst_container .box .error-message {
        font-size: 14px;
        text-align: left;
        padding-left: 3px;
        padding-top: 3px;
        color: #d64000;
        font-weight: 600;
    }

    .pst_container .box {
        max-width: 635px;
        border: none;
        min-height: 370px;
        margin: 50px auto;
        top: 50%;
        position: relative;
        -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        width: auto;
    }

        .pst_container .box .content {
            height: 450px;
        }


.box .headerV2 {
    padding: 37px 30px 15px;
    color: #030303;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    font-weight: lighter;
}

.pst_container .box .content {
    padding: 0px 0px;
    display: inline-block;
}

    .pst_container .box .content .text_area {
        display: inline-block;
        width: 100%;
    }

        .pst_container .box .content .text_area .cont-field {
            display: flex;
            flex-direction: column;
            align-content: space-around;
            flex-wrap: wrap;
        }

    .pst_container .box .content .pst_subtitle {
        padding-top: 30px;
    }

    .pst_container .box .content p {
        font-size: 24px;
        font-weight: 300;
        color: #222;
        margin-bottom: 6px;
        margin-top: 6px;
    }

.pst_container .box .content .button_section {
    padding: 20px 0px;
}

.pst_container .box .content #linkDontHavePassword,
.pst_container .box .content #linkHavePassword {
    color: #414141;
    font-size: 18px;
    text-decoration: underline;
}

.pst_container .box .content .displayNone {
    display: none;
}

.pst_container .box .content .step_dont_have_pwd {
    display: inline-block;
    position: relative;
    right: -120px;
    -webkit-animation: slide-right 0.8s forwards;
    -webkit-animation-delay: 0s;
    animation: slide-right 0.8s forwards;
    animation-delay: 0s;
}

.pst_container .box .content .step_have_pwd {
    display: inline-block;
    position: relative;
    left: -120px;
    -webkit-animation: slide-left 0.8s forwards;
    -webkit-animation-delay: 0s;
    animation: slide-left 0.8s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slide-left {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75%, 100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        right: -120px;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75%, 100% {
        opacity: 1;
        right: 0;
    }
}



@media only screen and (max-width: 720px) {
    .pst_container {
        top: -20px !important;
        min-height: calc(100% - 228px) !important;
        margin: 25px auto;
    }

        .pst_container .box {
            padding: 15px;
            min-height: 450px;
            height: auto;
            box-shadow: none;
        }

    .headerV2 {
        padding: 15px 30px 15px;
    }

    .pst_container .box .content {
        width: 100%;
    }

        .pst_container .box .content .text_area {
            padding-bottom: 15px;
        }

        .pst_container .box .content #txtVisitorPassword {
            margin: 2px 0px;
        }

        .pst_container .box .content .button_section {
            text-align: center;
            width: 252px;
            display: inline-grid;
            position: relative;
            left: 2px;
        }

            .pst_container .box .content .button_section .pst_button.medium {
                text-align: center;
            }

        .pst_container .box .content .text_area step_two {
            padding: 0px 10px 0px 10px;
        }
}

@media only screen and (max-width: 420px) {

    .pst_container .box .content p {
        font-size: 20.6px;
        margin-top: 0px; 
    }
}

@media only screen and (max-width: 375px) {
    .headerV2 {
        padding: 15px 10px 15px;
    }

    .pst_container .box .content p {
        font-size: 20.6px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 320px) {

    .headerV2 {
        font-size: 24px;
    }

    .pst_container .box .content p {
        font-size: 18px;
        margin-top: 0px;
    }
}
