:root{
    --login-main-color: #2196F3;
    --login-bg-cover-color: rgba(4, 40, 68, 0.85);
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-image: url('../img/login/login.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

/*** main ***/
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 120px 20px 20px 20px;
    background: var(--login-bg-cover-color);
}

.login .title {
    color: #444;
    font-size: 1.6em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    text-align: center;
}

.login {
    border-radius: 2px 2px 5px 5px;
    width: 90%;
    max-width: 400px;
    background: #ffffff;
    position: relative;
    padding: 10px 20px 80px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.login button {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: var(--login-main-color);
    color: #fff;
    display: block;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 60px;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    transform: rotateZ(0deg);
    transition: all 0.1s ease-out;
    border-bottom-width: 7px;
}

.login .icon-area {
    color: #fff;
    background-color: var(--login-main-color);
}

.login:not(.loading) button:hover {
    box-shadow: 0 1px 3px var(--login-main-color);
}

.login:not(.loading) button:focus {
    border-bottom-width: 4px;
}

/*** directions ***/
.panel-transparent {
    background: none;
}
.panel-transparent .panel-heading{
    background: rgba(122, 130, 136, 0.4)!important;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.panel-transparent .panel-body{
    background: rgba(46, 51, 56, 0.4)!important;
}

/*** browser ***/
.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    box-shadow: none;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
}

.pic_chrome{  background:url('../img/login/mark_img30.png') 1px -118px;  }
.pic_firefox{  background:url('../img/login/mark_img30.png') -29px -118px;  }
.pic_safari{  background:url('../img/login/mark_img30.png') -60px -118px;  }
.pic_opera{  background:url('../img/login/mark_img30.png') -90px -118px;  }
.pic_explorer{  background:url('../img/login/mark_img30.png') -120px -118px;  }
.captcha-hover {
    cursor: pointer;
}

/*** footer ***/
footer {
    display: block;
    text-align: center;
    color: #ddd;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
    height: 70px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

footer a, footer a:link {
    color: #fff;
    text-decoration: none;
}
