﻿@charset "UTF-8";

.pr-container {
    background: #ffffff;
    display: block;
 /*   height: 100%;*/
    width: 100%;
    color: #000;
    font-family: 'Poppins';
}

.pr-inner {
    display: block;
    height: 100%;
    width: 100%;
    flex-direction: column;
}

.pr-pane-container {
    height: 100%;
    display: flex;
}

.pr-one-pane, .pr-two-pane {
    display: flex;
    align-items: center;
    background: white;
    flex: 1;
    justify-content: center;
}

.pr-one-pane {
    background: #e3e3e3;
 /*   flex-direction: column;*/
}

.pr-two-pane {
    flex-direction: column;
}

.pr-form {
    padding: 2.5rem;
    background: white;
    border-radius: 0;
    max-width: 50rem;
    width: 100%;
}

.pr-logo {
    text-align: center;
    margin-bottom: 2rem;
}

.pr-logo img {
    vertical-align: middle;
    border-style: none;
    background: #c01718;
}

.pr-nav {
    border-bottom: 1px solid #c01718;
}

.pr-nav li {
    cursor:pointer;
}
.pr-nav li a{
   padding: 1.4rem 2rem;
   cursor: pointer;
   display:block;
   width:100%;
   font-size: 17px;
}
.pr-nav li.active a, .pr-nav li:hover a{
    transition: all 500ms ease;
    background: #a30b0b;
    color: #ffffff;
}

.pr-form .form .form-button .button-login {
    border-radius: 0;
}
.faq-section .box.pr-form {
    margin-bottom:0px;
}
.faq-section .box.pr-form  .wrapper{
    padding:0px;
    box-shadow:none;
    float:none;
}
.pr-form .form .form-button {
    justify-content: left !important;
}
.pr-form .erz-login-btn .button-login {
    width: auto;
}
.pr-forgot {
    color: #c01718;
    margin-top: 7px;
}
.pr-forgot:hover {
    text-decoration:underline;
}
.pr-two-pane .pr-lang-button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 0;
    cursor:pointer;
}
.pr-two-pane .pr-lang-button .link-button{
    height: 45px;
    line-height: 45px;
    min-width: 90px;
    text-transform: uppercase;
}
.pr-two-pane.section {
/*    padding: 0px;*/
   /* float: none;*/
}
.pr-form .form .form-button .button-login {
    margin: 0px;
    margin-top: 20px;
    margin-left: 15px;
    min-width: auto;
    max-width: 250px;
    width: 100%;
}
.pr-desc {
    font-size: 20px;
    text-align: center;
    align-self: center;
}
.pr-left-top {
    width: 100%;
}
.pr-form .form .form-button .button-login:hover {
    border: 2px solid #a30b0b;
    background: #a30b0b;
}
.pr-two-pane-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 1.5rem;
}
.pr-two-pane-bottom::after,pr-two-pane-bottom::before{
    clear:both;
    content:" ";
    display:table;
}
.pr-logo-pr, .pr-logo-mbis{
    float: left;
    width: 50%;
}
.pr-logo-pr {
   text-align:left;
}
.pr-logo-mbis {
    text-align: right;
}
.pr-logo-pr img, .pr-logo-mbis img{
    width: 100%;
}
.pr-logo-pr img {
    max-width: 202px;
}
.pr-logo-mbis img{
    max-width: 57px;
}
.pr-right-bottom{
    display:none;
}
.pr-right-logo {
    display: none;
}
.pr-one-content {
    width: 100%;
    text-align: center;
    justify-content: center;
    height: 209px;
}
.pr-firm-name {
    font-size: 32px;
    margin-bottom: 15px;
}
.pr-left-top img{
    max-width:260px;
    margin-bottom:10px;
}
.pr-two-pane .modal-body {
    height: 100%;
    overflow-y: auto;
}
body .pr-two-pane .modal-dialog {
   /* max-width: 800px !important;*/
}
.section.pr-two-pane .pr-modal-terms-of-use .section-title .title {
    font-size: 40px;
}
.section.pr-two-pane .pr-modal-terms-of-use .subtitle {
    text-align: left;
    letter-spacing: 1.2px;
    text-align: justify;
}
.section.pr-two-pane .pr-modal-terms-of-use .subtitle a{
    color: #007bff;
}
.section.pr-two-pane .pr-modal-terms-of-use .subtitle a:hover {
    text-decoration: underline;
}
.pr-btn-ok {
    display: inline-block;
    height: 62px;
    border: 2px solid #bf1b20;
    min-width: 150px;
    text-align: center;
    background: #fff;
    color: #bf1b20;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition: all 500ms ease;
    font-size: 18px;
    font-weight: 500;
}
.pr-btn-ok:hover {
    border: 2px solid #a30b0b;
    background: #a30b0b;
    color:#ffffff;
}
@media only screen and (max-width: 778px) {
    .pr-nav {
        display:table;
    }
    .pr-nav li:last-child{
        padding-top:0.6rem;
    }
}
@media only screen and (max-width: 768px) {
    .pr-forgot {
        margin-top: 22px;
    }
}
@media only screen and (max-width: 600px) {
    .pr-form .form .form-button .button-login {
       /* min-width: 100%;*/
    }
}

@media only screen and (max-width: 500px) {
    .pr-one-pane {
        display:none;
    }
    .pr-right-bottom {
        display: block;
    }
    .pr-right-logo {
        display: block;
    }
}

@media only screen and (min-height: 720px) {
    .pr-container {
        height:100%;
    }
}
