body {
    font-family: 'Roboto', Arial;
    padding: 0;
    margin: 0;
}

.Error_p
{
    color: #FF0000;
    font-size: 14px;
    text-align: center;
}

#VRR_id_message_on_login {
    padding: 10px 10px 10px 90px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0 rgba(108,108,108,.7);
    width: 795px;
    min-height: 50px;
    margin: 5px auto 10px auto;
    background: #FFFFFF;
}

#VRR_id_message_on_login-Img {
    margin-left: -70px;
    width: 45px;
    float: left;
    top: 50%;
}

#VRR_LOGIN_mainArea {
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0 rgba(108,108,108,.7);
    display: table;
}

#VRR_LOGIN_mainArea_inputsArea {
    display: table-cell;
    width: 350px;
    vertical-align: top;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    background-color: #505050;
}

#VRR_LOGIN_mainArea_title {
    display: table;
}

    #VRR_LOGIN_mainArea_title > img {
        height: 60px;
        vertical-align: middle;
        display: table-cell;
    }

    #VRR_LOGIN_mainArea_title > p {
        color: #FFFFFF;
        font-style: italic;
        font-size: 18px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        box-sizing: border-box;
    }

        #VRR_LOGIN_mainArea_title > p > span {
            font-size: 14px;
        }

#VRR_LOGIN_mainArea_inputsArea > hr {
    border: 0;
    height: 1px;
    background: #C0C0C0;
    background: linear-gradient( 188deg, transparent, #FFFFFF, transparent);
    margin: 10px 10px 0 10px;
}

#VRR_LOGIN_mainArea_newsArea {
    display: table-cell;
    background: #FFFFFF;
    box-sizing: border-box;
    height: 100%;
    border-radius: 0 10px 10px 0;
    padding: 20px;
}

    #VRR_LOGIN_mainArea_newsArea > p {
        font-size: 18px;
        margin: 0;
    }

    #VRR_LOGIN_mainArea_newsArea > div {
        overflow-y: auto;
        height: 435px;
        font-size: 18px;
        overflow-x: hidden;
    }

    #VRR_LOGIN_mainArea_newsArea > pre {
        white-space: pre-wrap;
        font-family: inherit;
        font-size: 14px;
        overflow-y: auto;
        max-height: 420px;
        overflow-x: hidden;
        padding-right: 10px;
        margin: 10px 0 0 0;
    }

.VRR_LOGIN_mainArea_inputsArea_textInput {
    display: block;
    font-size: 16px;
    width: 100%;
    color: #FFFFFF;
    margin: 0px auto 10px auto;
    background-color: #505050;
    padding: 10px 5px 5px 5px;
    background-color: rgba(0,0,0,0);
    height: 35px;
    border: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #C0C0C0;
}

.VRR_LOGIN_mainArea_inputsArea_labels {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 25px 0px 3px 0px;
    font-weight: lighter;
}

#VRR_LOGIN_mainArea_inputsArea_form {
    max-width: 400px;
    padding: 0 50px 10px 50px;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
}

.VRR_class_Button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    padding: 7px 10px;
    font-weight: normal;
    min-width: 100px;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    border: none;
    border-radius: 2px;
    background-color: #FFFFFF;
    cursor: pointer;
}

#VRR_LOGIN_mainArea_inputsArea_form_loginButton {
    display: block;
    margin: 30px auto 0 auto;
}

#VRR_LOGIN_mainArea_inputsArea_form_loginButtonWithout {
    display: block;
    width: 200px;
    margin: 10px auto 0 auto;
}

#VRR_LOGIN_mainArea_inputsArea_form_restorePasswordButton{
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    width: 200px;
    padding: 20px;
    display: block;
    margin: 10px auto;
    box-sizing: border-box;
    text-decoration: none;
}

#VRR_LOGIN_mainArea_fotter {
    width: 100%;
    display: table;
}

    #VRR_LOGIN_mainArea_fotter > p {
        font-size: 11px;
        padding: 10px;
        display: table-cell;
        vertical-align: bottom;
        color: #999999;
    }

    #VRR_LOGIN_mainArea_fotter > div {
        width: 120px;
        display: table-cell;
        vertical-align: middle;
    }

#VRR_LOGIN_mainArea_fotter_registrationButton {
    font-size: 14px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #0000ff;
    cursor: pointer;
    width: 100px;
    background: #FFFFFF;
    margin: 0;
    padding: 5px;
    border-radius: 20px;
}



@supports (backdrop-filter:blur(5px)) {
    #VRR_LOGIN_mainArea_inputsArea {
        background-color: rgba(40,40,40,0.85);
        backdrop-filter: blur(5px);
    }
}

@media only screen and (max-width: 700px) {
    body {
        padding: 10px;
    }

    #VRR_LOGIN_mainArea_inputsArea {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-radius: 10px 10px 0 0;
    }

    #VRR_LOGIN_mainArea_newsArea {
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: 100%;
        border-radius: 0 0 10px 10px;
    }


        #VRR_LOGIN_mainArea_newsArea > pre {
            height: 100%;
            padding: 0px 20px 20px 0;
            box-sizing: border-box;
            position: relative;
            margin: 0;
        }

    #VRR_LOGIN_mainArea {
        max-width: 100%;
        margin: 0;
    }
}