﻿html,body
{
    background: #f5f7f8;
}
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top:40px;
}
.login {
    /*margin: 200px auto 0;*/
    width: 400px;    
}
.login-header dl
{
    margin: 0;
    width:170px;
}
.login-header dt img
{
        
    width:170px;
}
.login-header dl dd
{
    width: 52px;
    color: Gray;
    text-align: center;
    font-size: 18px;
}
.login-lbl {
    height: 32px;
    font-size: 12px;
    line-height: 50px;
    font-weight: 600;
}
/*.login-content input[type=text], .login-content input[type=password] {
    max-width: 100%;
    height: 45px;    
    border: 1px solid #e6e6e6;
}
.login-content .k-button {
    font-size: 16px;
    color: #ffffff;
    background: #00c0f3;
    box-shadow: #dbdfe1 2px 2px 0;
}
.login-content .k-button:hover,
.login-content .k-button:active,
.login-content .k-button:visited {
    background: #000000 !important;
    color: #00c0f3 !important;
}
.login-content .page-back a {
    color: #9a9a9a;
    font-weight:500;
    text-transform:none;
}
.login-btn {
    padding: 5px 0 50px 0;
}

.login-btn input[type=submit] {
    width:100%;
    height: 47px;        
    border: 0;
    border-radius:0;        
    cursor: pointer;
}
#btnLogin {
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
}
.login-content .page-back {
    width:100%;
}
.login-content .k-button {
    padding:0;
}*/
.login-msg {
    padding: 15px 0;
    /*border: 1px solid #e97979;
    background-color: #fff;
    border-radius: 4px;*/
    width: 400px;
    font-size: 16px;
    font-weight:bolder;
    /*border-color: rgba(245, 14, 14, 0.75);
    box-shadow: 0 0 8px rgba(245, 14, 14,.5);
    -moz-box-shadow: 0 0 8px rgba(245, 14, 14,.5);
    -webkit-box-shadow: 0 0 8px rgba(245, 14, 14,3);*/
}
ul {
    list-style:none;
    margin:0;
    padding:0;
    text-align:left;
}
#ResetPassword table td input[type=text], table td input[type=password]
{
    width: 220px;
    height: 26px;
    border-style: solid;
    border-width: 1px;
    border-color: #c5c5c5;
    border-radius: 3px;
    padding-left: 5px;
}
.signup-btn {
    padding-top: 20px;
    height: 60px;
    font-size: 18px;
    cursor: pointer;
    text-align:center;
    vertical-align:middle;
    
}
.signup-btn:hover {
    text-decoration:none;
}
.login .row {
    flex-direction:column;
    margin:15px 0 0 0;
}
.login-text {
    color: #434345;
    font-size: 37px;
    border-bottom: 1px solid #dfe3e4;
    padding: 20px 0 22px 0;
    text-transform: uppercase;
    font-weight:300;
}
.recover-text {
    color: #434345;
    font-size: 37px;
    padding: 25px 0 25px 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #dfe3e4;
    margin-bottom:35px;
}
.recover-text-sm {
    font-size: 13px;
    color: #434345;
    padding-bottom:5px;
}
/*#btnRegistration {
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    color: #05abf2;
    border: 1px solid #00c0f3;
    box-shadow: #dbdfe1 2px 2px 0;
    height: 46px;
    margin-top: 6px;
    padding:0;
}
#btnRegistration:hover,
#btnRegistration:active,
#btnRegistration:visited {
    background: #fff;
    color: #000 !important;
    border:1px solid #666;
}*/
.form-horizontal .find {
    color:#000;
    font-size:12px;
    padding-top:5px;
}
.form-horizontal a {
    color: #05abf2;
    font-size: 12px;
    font-weight:bold;
}
.form-horizontal a:hover {
    color: #000;
}
.version p {
    color: #bbbbbb;
    font-size: 11px;
    margin-top: 10px;
}
.login-optimized {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    background:#000;padding:13px;
    color:#fff;
}
.login-warning {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    background: #d81c1c;
    padding: 13px;
    color: #fff;
}
.blinking {
    -webkit-animation: blink 0.4s ease-in-out infinite alternate;
    -moz-animation: blink 0.4s ease-in-out infinite alternate;
    animation: blink 0.4s ease-in-out infinite alternate;
    animation-iteration-count: 4;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#menu {
    width: 100%;
}

    #menu div {
        position: relative;
        display: inline-block;
    }

span.id {
    display: flex;
    padding: 20px 0;
    cursor: pointer;
    color: #05abf2;
}
    span.id .icon-info {
        margin:3px 3px 0 0;
    }
    .arrow_box {
        display: none;
        position: absolute;
        width: 450px;
        padding: 0;
        left: 410px;
        top: -60%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: #fff;
    }

    .arrow_box img {
        width: 100%;
    }

    .arrow_box:after {
        position: absolute;
        bottom: 50%;
        left: 0%;
        width: 0;
        height: 0;
        margin-left: -10px;
        border: solid transparent;
        border-color: rgba(51, 51, 51, 0);
        border-bottom-color: #fff;
        border-width: 0;
        pointer-events: none;
        content: ' ';
    }

span:hover + p.arrow_box {
    display: block;
}
@media screen and (max-width: 1600px) {
    .login-wrapper {
        padding-top:80px;
    }
}
@media(min-width: 992px) {

    .borders > div:nth-of-type(2n+1) {
        /*border-right: 2px solid #999;*/
    }

    #largeScreen {
        display: block;
        font-size: 12px;
        font-weight: 600;
    }

    #mediumScreen {
        display: none;
    }
}

@media(max-width:992px) {
    #largeScreen {
        display: none;
        font-size: 13px;
        font-weight: 500;
    }

    #mediumScreen {
        display: block;
    }
}

.login-content .form-control::placeholder {
    color: #bbb;
}

@media all and (max-width:479px) {
    .login-optimized {
        font-size: 12px;
        line-height: 13px;
    }

    .login {
        width: 350px;
    }

    .login-text {
        font-size: 32px;
    }
}