body {
    font-size: 12px;
    font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
    margin: 0;
    overflow: hidden;

    background-color: #f9f9f9;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 20%, #ebf0f2 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(20%,#ffffff), color-stop(100%,#ebf0f2));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 20%,#ebf0f2 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 20%,#ebf0f2 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 20%,#ebf0f2 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 20%,#ebf0f2 100%);
    
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

#login_container {
    overflow: hidden;
    background-image: url('../images/login/2019/triangle_2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

input {
    text-indent: 0px;
    tab-size: 8;
    stroke-width: 1;
    stroke-dashoffset: 0;
    padding: 1px;
    margin: 3px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    flex-grow: 0;
    flex-shrink: 1;
    display: inline-block;
    baseline-shift: baseline;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;        
}

/* 2014 reBrand design */

#login_logo {
    position: absolute;
    width: 330px;
    height: 55px;
    bottom: 30px;
    right: 30px;
    background-image: url('../images/login/2019/mm_logo_2019.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

#login_title {
    position: absolute;
    width: 1000px;
    height: 100px;
    top: 250px;
    left: 20px;
    background-image: url('../images/login/2019/kezdopont_text_2.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

#login_successtitle {
    position: absolute;
    width: 1000px;
    height: 100px;
    top: 250px;
    left: 20px;
    background-image: url('../images/login/2019/login_successtitle.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

#login_error_bg {
    position: absolute;
    width: 1000px;
    height: 100px;
    top: 250px;
    left: 20px;
    background-image: url('../images/login/login_error_o5_2014.png');
    background-size: 100%;
    background-repeat: no-repeat;    
}

#login_errortitle {
    position: absolute;
    width: 1000px;
    height: 100px;
    top: 250px;
    left: 20px;
    background-image: url('../images/login/login_errortitle_loginfail_2014.png');
    background-size: 100%;
    background-repeat: no-repeat;    
}

#login_bar {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 10px;
    background-image: url('../images/login/2019/bar_2.png');
    background-position: center center;
    background-size: 100px 100px;
    background-repeat: no-repeat;    
}

#login_box {
    position: absolute;
    width: 450px;
    height: 250px;
    top: 10px;
}

#login_box table {
    border: none;
    border-collapse: collapse;
}

#login_box table tr {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#login_box .input_box {
    margin-top: 0px;
    background-color: #f8f8f8;
}

#login_box .normal_size .input_box {
    margin-bottom: 15px;
    height: 46px;
    border-radius: 8px;
}

#login_box .small_size .input_box {
    margin-bottom: 10px;
    height: 36px;
    border-radius: 6px;
}

#login_box .input_box .input_logo {
    background-color: #f2f2f2;
    float: left;
}

#login_box .normal_size .input_box .input_logo {
    width: 46px;
    height: 46px;
    border-radius: 8px;
}

#login_box .small_size .input_box .input_logo {
    width: 36px;
    height: 36px;
    border-radius: 6px;
}

#login_box .normal_size .input_box .input_logo.user_logo {
    background-image: url(../images/login/2019/user_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
}

#login_box .small_size .input_box .input_logo.user_logo {
    background-image: url(../images/login/2019/user_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

#login_box .normal_size .input_box .input_logo.pass_logo {
    background-image: url(../images/login/2019/pass_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
}

#login_box .small_size .input_box .input_logo.pass_logo {
    background-image: url(../images/login/2019/pass_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

#login_box .login_input {
    border: none;
    background-color: #f8f8f8;
    width: 320px;
    color: #6d90a3;
    letter-spacing: 0px;
    font-weight: normal;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; 
}

#login_box .normal_size .login_input {
    height: 31px;
    font: 19px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 5px 0px 0px 10px;
    line-height: 21px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; 
}

#login_box .small_size .login_input {
    height: 26px;
    font: 16px 'Open Sans',Arial,Helvetica,sans-serif;
    padding: 3px 0px 0px 7px;
    line-height: 19px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; 
}

#login_box .login_input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    outline: 0;
}

#login_box .login_input::-webkit-input-placeholder,
#login_box .login_input:-moz-placeholder,
#login_box .login_input::-moz-placeholder,
#login_box .login_input:-ms-input-placeholder {
    
}

#login_box .login_input:-webkit-autofill, #login_box .login_input:-webkit-autofill:hover, #login_box .login_input:-webkit-autofill:focus, #login_box .login_input:-webkit-autofill:active {
    background: none !important;
    background-color: #fafafa !important;
    color: #919a9b !important;
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

#login_username:-webkit-autofill, #login_username:-webkit-autofill:hover, #login_username:-webkit-autofill:focus, #login_username:-webkit-autofill:active {
    background: none !important;
    background-color: #fafafa !important;
    color: #919a9b !important;
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

#login_password:-webkit-autofill, #login_password:-webkit-autofill:hover, #login_password:-webkit-autofill:focus, #login_password:-webkit-autofill:active {
    background: none !important;
    background-color: #fafafa !important;
    color: #919a9b !important;
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

#password_old:-webkit-autofill, #password_old:-webkit-autofill:hover, #password_old:-webkit-autofill:focus, #password_old:-webkit-autofill:active {
    background: none !important;
    background-color: #fafafa !important;
    color: #919a9b !important;
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

#password_new1:-webkit-autofill, #password_new1:-webkit-autofill:hover, #password_new1:-webkit-autofill:focus, #password_new1:-webkit-autofill:active {
    background: none !important;
    background-color: #fafafa !important;
    color: #919a9b !important;
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

#password_new2:-webkit-autofill, #password_new2:-webkit-autofill:hover, #password_new2:-webkit-autofill:focus, #password_new2:-webkit-autofill:active {
    background: none !important;
    background-color: #fafafa !important;
    color: #919a9b !important;
    -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

#login_box .login_button {
    border: none;
    margin: 0px;
    width: 170px;
    background-color: #b1c2cb;
    cursor: pointer;
    text-align: center;
    color: white;
    font-family: 'Open Sans', Times, serif;
}

#login_box .normal_size .login_button {
    height: 38px;
    border-radius: 8px;
    font-size: 18px;
    padding-top: 6px;
}

#login_box .small_size .login_button {
    height: 28px;
    border-radius: 6px;
    font-size: 16px;
    padding-top: 3px;
}

#login_box .login_button:hover {
    background-color: #c5d0d6;
}

#login_box .login_button:focus {
    background-color: #bdcad1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    outline: 0;
}

p.login_text {
    font-family: 'Open Sans', Times, serif;
    font-size: 18px;
    color: #939598;
    text-decoration: none;
    margin-left: 10px;    
    cursor: pointer;
    line-height: 0px;
}

p.login_text:hover {
    text-decoration: underline;
}

p.login_text:focus {    
    text-shadow: 1px 1px 5px rgba(255,255,255,0.7),
                 -1px -1px 5px rgba(255,255,255,0.7),
                 -1px 1px 5px rgba(255,255,255,0.7),
                 1px -1px 5px rgba(255,255,255,0.7);
}

