

@font-face {
    font-family: 'ptsans';
    src: url('../fonts/ptsansRegular.eot');
    src: url('../fonts/ptsansRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ptsansRegular.woff') format('woff'),
    url('../fonts/ptsansRegular.ttf') format('truetype'),
    url('../fonts/ptsansRegular.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-width: 1024px;
    min-height: 690px;
    position: relative;
}

.bg_none {
    font-family: ptsans, Tahoma, Arial;
    height: 100%;
    background: url("../images/background.png") bottom  center no-repeat;
    margin: 0;
    font-size: 12px;
    width: 100%;
}

.top-login-row {
    background-color: #ca006c;
    width: 100%;
    height: 55px;
    margin-bottom: 70px;
}

.bot-login-row {
    position: absolute;
    bottom: 0;
    background-color: #ca006c;
    width: 100%;
    padding: 25px 35px;
    color: white;
}

a.login-info-link:link, a.login-info-link:visited {
    font-family: ptsans, Tahoma, Arial;
    color: white;
    text-decoration: underline;
}
a.login-info-link:hover {
    text-decoration: none;
}

.lang_menu {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 0px;
    margin: 0;
    padding: 0;
    width: 175px;
    list-style: none;
}

.lang_menu li {
    display: inline-block;
    padding-left: 20px;
}

a.local-link:link, a.local-link:visited {
    font-family: ptsans, Tahoma, Arial;
    color: white;
    text-decoration: none;
}

.active_lang_tab a.local-link {
    color: #dda1c8;
    text-decoration: underline;
}

a.local-link:hover {
    text-decoration: underline;
}

.login-main__logo {
    width: 100%;
    height: auto;
}

.login-main {
    width: 385px;
}

.login-pointer {
    width: 20px;
    height: auto;
    margin-right: 20px;
}
.list-login-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 85px;
 }

.list-login-buttons li {
    margin-bottom: 20px;
}

a.login_link:link, a.login_link:visited {
    font-family: ptsans, Tahoma, Arial;
    font-weight: bold;
    text-transform: uppercase;
    color: #ca006c;
    font-size: 17px;
    text-decoration: none;
}

/* ----- Custom BxSlider Start ----- */
.bxslider {
    margin: 0;
    padding: 0;
}

.slider-area {
    display: inline-block;
    width: 413px;
    margin-right: 30px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #ca006c;
    background-color: #ffffff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ca006c;
}
/* ----- Custom BxSlider End ----- */

.login-info-link {
    color: #ca006c;
    margin-bottom: 15px;
}

.login-help {
    list-style: none;
    margin: 0;
    padding: 0;
}

.login-help li {
    margin-bottom: 10px;
    margin-left: 34px;
}
.login_info_help_img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -34px;
}

a.login_info_help:link, a.login_info_help:visited {
    font-family: ptsans, Tahoma, Arial;
    color: #dc81a9;
}


a.login_info_help:hover {
    text-decoration: none;
}


input.login-input {
    font-family: ptsans, Tahoma, Arial;
    width: 100%;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #C6C6C6;
    color: #94a0a9;
    height: inherit;
}

.login_back {
    margin-bottom: 20px;
    display: block;
}

input.login-button {
    font-family: ptsans, Tahoma, Arial;
    background-color: #ca006c;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border: none;
    cursor: pointer;
    height: inherit;

}

.m-position-relative {
    position: relative;
}

.m-position-abs {
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0;
}

.m-z-index-10 {
    z-index: 10;
}

.login-input-field {
    margin-bottom: 60px;
}

/* ----- Dialog Start ----- */
/*.my-message {*/
    /*width:300px;*/
    /*background-color:#ffffff ;*/
    /*text-align: center;*/
    /*border: 2px groove #ca006c;*/
    /*z-index:10002;*/
    /*color: #403736;*/
    /*font-family: Tahoma,Verdana,Arial,sans-serif;*/
    /*font-size:11px;*/
    /*padding-bottom:14px;*/
/*}*/

/*.my-message-title {*/
    /*border-bottom: 2px solid #FFFFFF;*/
    /*height:24px;*/
    /*background-color: #dc81a9;*/
    /*color: #ffffff;*/
    /*font-family: Tahoma,Verdana,Arial,sans-serif;*/
    /*font-size:12px;*/
    /*font-weight:bold;*/
    /*padding-top:3px;*/
/*}*/

/*.my-message-body {*/
    /*background: url("../images/support/attention.png") no-repeat scroll 12px 12px transparent;*/
    /*line-height: 17px;*/
    /*padding: 15px 15px 10px 50px;*/
    /*text-align:left;*/
/*}*/

/*.my-message .commonbutton {*/
    /*padding: 4px 10px;*/
    /*color: #ffffff;*/
    /*background-color: #ca006c;*/
    /*border: none;*/
/*}*/
/* ----- Dialog End ----- */

.label-style {
    color: #94a0a9;
    font-size: 15px;
}

.message-mlogin {
    font-size: 17px;
    margin: 50px 0;
    font-family: ptsans, Tahoma, Arial;
    color: #94a0a9;
}

a.login_option:link, a.login_option:visited {
    font-family: ptsans, Tahoma, Arial;
    color: #ca006c;
    font-size: 17px;
    margin-bottom: 10px;
    display: inline-block;
}

a.login_option:hover {
    text-decoration: none;
}

.m-login-links {
    margin-bottom: 30px;
}

.login-link {
    color: #ca006c !important;
    text-decoration: underline;
}

.login-link:hover {
    text-decoration: none;
}
