@font-face {
    font-family: 'Gill Sans';
    src: url('/fonts/gillsans/33535gillsansmt.eot');
    src: local('/fonts/gillsans/33535gillsansmt'), url('/fonts/gillsans/33535gillsansmt.woff') format('woff'), url('/fonts/gillsans/33535gillsansmt.ttf') format('truetype');
}

body.loading .right-bar-wrap,
body.loading .menu,
body.loading .min-modals-wrap,
body.loading .tasks-wrap,
body.loading .desktop {
    display: none;
}

html {
    height: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    overflow: hidden;
}

html.sepia {
    filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    -moz-filter: grayscale(75%);
    -ms-filter: grayscale(75%);
    -o-filter: grayscale(75%);
}

body {
    background-color: #ffffff;
    background-size: cover;
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.logo-big {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: -106px;
}

.logo {
    margin-bottom: 50px;
}

.logo .text {
    position: absolute;
    top: 69px;
    left: 149px;
    color: white;
    font-family: 'Gill Sans';
    font-size: 14px;
    text-transform: uppercase;
}

.form-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.form {
    display: inline-block;
    width: 440px;
    height: 300px;
    background: rgb(239, 239, 239);
    text-align: left;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
    border-radius: 3px;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.line {
    margin-bottom: 40px;
}

.line input {
    display: inline-block;
    width: 100%;
    height: 43px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #6c6c6c;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    font: normal 16px Arial;
    /* box-shadow: 0px 1px 4px rgba(256,256,256,1); */
}

.line input.error {
    color: red;
    border: 1px solid red;
    background: #FFE1E1;
}

.button{
    float:right;
    display:inline-block;
//margin-left:299px;
//margin-top:14px;
    height:37px;
    line-height:37px;
    color:white;

    padding-left:25px;
    padding-right:25px;
    text-align:left;
    font-size:16px;
    cursor:pointer;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b89bd',
    endColorstr='#4075a1',GradientType=0);
    background: -moz-linear-gradient(top, #4b89bd 0%, #4075a1 100%);
    background: -webkit-linear-gradient(top, #4b89bd 0%, #4075a1 100%);
    background: -o-linear-gradient(top, #4b89bd 0%, #4075a1 100%);
    background: -ms-linear-gradient(top, #4b89bd 0%, #4075a1 100%);
    background: linear-gradient(top, #4b89bd 0%, #4075a1 100%);

    border:0px solid;
    border-left:0px solid #cdcdcd;
    border-right:0px solid #cdcdcd;
    border-bottom:0px solid #686868;

    border-radius:3px;
}

.button:hover{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4075a1',
    endColorstr='#4b89bd',GradientType=0);
    background: -moz-linear-gradient(top, #4075a1 0%, #4b89bd 100%);
    background: -webkit-linear-gradient(top, #4075a1 0%, #4b89bd 100%);
    background: -o-linear-gradient(top, #4075a1 0%, #4b89bd 100%);
    background: -ms-linear-gradient(top, #4075a1 0%, #4b89bd 100%);
    background: linear-gradient(top, #4075a1 0%, #4b89bd 100%);
}

.chekbox {
//margin-top:14px;
}

.error-wrap{
    margin-top: -14px;
    color:darkred;
    display: none;
    margin-bottom: 10px;
    text-align: center;
}
.error-wrap:hover {

}

.if-ie {
    width: 440px;
    background: rgb(239, 239, 239);
    text-align: left;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
    border-radius: 3px;
    padding: 50px;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 36px;
    font-family: arial;
    text-align: center;
    display: none;

    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -150px;
    margin-left: -300px;
}

.form-chek-label {
    font-weight: normal;
    font-size: 14px;
    margin-top: 7px;
    position: relative;
    padding-left: 17px;
    cursor: pointer;
}

.form-chek-label input {
    top: 0px;
    position: absolute;
    left: 0;
}

.kick-body {
    position: absolute;
    top: 0;
    background: rgb(239, 239, 239);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 50px;
    font-size: 18px;

    transition: all .3s;
    opacity: 1;
}

.kick-body.closed {
    opacity: 0;
    top: 100px;
    z-index: -10;
}

.kick-user-another-login {
    position: absolute;
    left: 50px;
    bottom: 32px;
    margin: 0;
    padding-left: 15px;
}

.kick-user-another-login:before {
   font-family: FontAwesome;
   content: "\f060";
}

.kick-user-continue {
    position: absolute;
    right: 50px;
    bottom: 32px;
    margin: 0;
}