root { 
    display: block;
}

* {
  margin: 0;
}

html, body.epp_body.login-page {
    background-color: #dcdce0!important;
    position: relative!important;
    min-height: 100%!important;
    overflow: auto!important;
}

body.epp_body {
    font: 11px tahoma;
    color: #333;
}

.page-wrap {
    display: block;
    padding-top: 50px;
    margin-bottom: -345px;
    min-height: 100%;
    min-width: 100%;
}

.page-wrap .language-container {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 135px;
}

.page-wrap .language-container form select{
    font-size: 11px;
    height: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.page-wrap .language-container form select option {
    padding: 3px 10px;
}

.page-wrap .login-form-container-outher {
    /*display: table;*/
    display: block;
    text-align: center;
    height: 100%;
    max-height: 250px;
    width: 100%;
}

.page-wrap .legal-banner-container {
    display: block;
    text-align: center;
    height: 100%;
    max-height: 250px;
    width: 100%;
}
.page-wrap .legal-banner-container-centered {
    display: inline-block;
    height: 160px;
    position: relative;
    max-width: 450px;
    margin: 50px;
    border-radius: 5px;
    padding: 5px;
}
.page-wrap .legal-banner-container-centered .legal-banner-container-content {
    overflow-y: auto;
    height: 150px;
}

.page-wrap .login-form-container-outher .login-form-container-inner {
    /*display: table-cell;*/
    display: inline;
    text-align: center;
    vertical-align: middle;
    max-height: 250px;
}
.page-wrap .login-form-container-outher .login-form-container-centered {
    display: inline-block;
    height: 220px;
    position: relative;
    width: 250px;
}

.page-wrap .login-form-container-outher .logo {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.page-wrap .login-form-container-outher .logo a {
    display: block;
}

.page-wrap .login-form-container-outher .logo .a.svg object{
    pointer-events: none;
    position: relative; 
    z-index: -1
}

.page-wrap .login-form-container-outher .logo .a.svg {
    position: relative;
    display: inline-block; 
    z-index: 1;
}

.page-wrap .login-form-container-outher .logo a.svg:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

.page-wrap .login-form-container-outher form {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.page-wrap .login-form-container-outher form input.input-text {
    font-size: 11px;
    height: 25px;
    line-height: normal;
    margin-bottom: 10px;
}

.logout-page .page-wrap .login-form-container-outher .logo {
    margin-bottom: 50px;
}


.page-wrap .login-form-container-outher form .epp-btn {
    background-color: #009cc8;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 15px;
    margin-top: 0;
    min-width: 110px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    width: auto;
}

.page-wrap:after {
    content: "";
    display: inline-table;
}

.epp-login-footer, .page-wrap:after {
    height: 345px; 
}

.epp-login-footer .footer-copyright {
    clear: both;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 100%;
}

.epp-login-footer .footer-description {
    background-color: #291336;
    float: left;
    height: 320px;
    width: 100%;
    position: relative;
}

.epp-login-footer .footer-description p {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.epp-login-footer .footer-description span.globe-container {
    bottom: -2px;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 410px;
}
.text-error {
    color: #FF3333;
}
.blocked-content {
    background-color: #ccc;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index:9999;
    opacity: 0.40;
    filter: alpha(opacity = 20);
    color:transparent;
    font-size: 0px;   
}

.page-wrap .login-form-container-outher .logout-logo {
    display: inline-block;
    height: 125px;
    position: relative;
    width: 250px;
}

.logout-message-container  {
    font: 12px Tahoma;
    font-weight: normal;
}

.logout-message-container a.login-page-link {
    font: 12px Tahoma;
    font-weight: normal;
    color: #23527c;
    text-decoration: underline;
}
.logout-message-container p {
    line-height: 1.8;
}

/* MEDIA QUERIES  */

/* Medium devices (desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    
}

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .page-wrap .language-container {
        width: 85px;
    }
    
    .epp-login-footer .footer-description p {
        font-size: 14px;
    }
}

/* Extra small devices (phones, 500px and up) */
@media only screen and (max-width: 500px) {
    .page-wrap .language-container {
/*        float: right;
        margin-bottom: 15px;
        margin-right: 10px;
        position: relative;
        width: 85px;
        clear: both;*/
    }
    
    .epp-login-footer .footer-description span.globe-container {
        display: none;
    }
    
    .epp-login-footer, .page-wrap::after {
        height: 200px;
    }
    
    .epp-login-footer .footer-description p {
        font-size: 12px;
    }
    
    .epp-login-footer .footer-description {
        height: 175px;
    }
    
    .page-wrap {
        margin-bottom: -200px;
        padding-top: 70px;
    }
}
/*   END MEDIA QUERIES   */

.page-wrap .login-form-container-outher .login-form-container-centered .custom-text-login p {
    font-size: 14px;
    padding:5px
}