
.login {
    position: absolute;
    width: 100%;
    text-align: center;
    overflow: auto;
    background: #f3f3f3;
    height: 100%;
}
.login__box {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.login__box__wrapper {
    width: 487px;
    min-height: 387px;
    position: relative;
    margin: auto;
    top: 21%;
}
.login__userName,
.login__password{
    width: 100%;
    display: inherit;
    margin-bottom: 30px;
}
.login__box__logo {
    width: 145px;
    height: 145px;
    background-color: #ffffff;
    border: solid 5px #252525;
    border-radius: 50%;
    font-family: Arkhip;
    font-size: 60px;
    line-height: 2.4;
    margin: auto;
    top: -72px;
    position: relative;
}

.login__box__formContainer {
    max-height: 219px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}
.login__box__formContainer-secondStep .login__box__formContainer--inner{
    margin-left: -490px;
}
.login__box__formContainer--inner {
    height: 100%;
    position: relative;
    max-height: 340px;
    width: 201%;
    margin-left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.login__box__formContainer--formWrapper {
    display: inherit;
    width: 50%;
    max-width: 487px;
    margin-right: -1px;
}

.login__box__form{
    padding: 8px 40px 40px 40px;
    height: 100%;
}
.login__box__form p{
    margin-top: 32px;
}
.login__box__form__label {
    font-family: Lato-Regular;
    margin-bottom: 20px;
    float: left;
    font-size: 16px;
    line-height: 0.8;
    color: #494949;
}
.login__box__text {
    height: 22px;
    font-family: Lato-Bold;
    font-size: 30px;
    line-height: 0.7;
    color: #000000;
    margin: auto;
    top: -32px;
    position: relative;
}


.login__loginBtn {
    width: 100%;
}

.login__additional [type="checkbox"] + label:after {
    top: 5px;
}


@media only screen and (max-width: 768px) and (max-device-width: 768px) {
    .login__box__wrapper, .login__box__formContainer--formWrapper, .login__box__formContainer--inner{
        width: 100%;
    }
}


html, body {
    font-family: lato-regular;
    width: 100%;
    margin: 0px;
}

button:focus{
    outline: none !important;
}

label{
    font-weight: 400;
}

.btn-link{
    color: #252525;
    padding: 0;
}

a:hover {
    color: #000 !important;
    text-decoration: none;
}

a:visited {
    color: #bdbdbd;
}
/********************************************/
/* Custom inputs */
.radaro-button {
    position: relative;
    padding: 2px 10px 2px 10px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    min-width: 150px;
    min-height: 41px;
    border-radius: 24px;
    outline: none;
    text-align: center;
    font-family: Lato-Bold;
    font-size: 12px;
    line-height: 1.0;
    letter-spacing: 3px;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.radaro-small-button {
    min-width: 120px;
    width: 120px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    font-size: 10px;
    letter-spacing: 2px;
}
.radaro-button[disabled],
.radaro-button:hover[disabled] {
    background-color: #FFF;
    color: #efefef;
    border: solid 2px #efefef;
}

.black-button-background{
    background-color: #252525;
    color: #FFF;
    border-color: transparent;
}

.black-button-background:hover {
    background-color: #161616;
    cursor: pointer;
}

.black-button-background:active {
    background-color: #000;
    cursor: pointer;
    box-shadow: none;
}

.radaro-input {
    min-height: 37px;
    padding: 0 16px 3px 16px;
    border-radius: 5px;
    border: solid 1px #959595;
    font-family: Lato-Regular;
    font-size: 16px;
    height: 41px;
    color: #252525;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.radaro-input:disabled {
    background: #EFEFEF;
}

.radaro-input ~ .input-group-btn {
    border-radius: 0 5px 5px 0!important;
    border: 1px solid #959595;
    border-left: none;
    padding: 1px 2px;
    -moz-transition: border 0.2s ease-in;
    -o-transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
}


.radaro-input:focus ~ span.input-group-btn {
    border-color: #000!important;
}

input:-ms-input-placeholder{
    color: #a8a8a8;
}

textarea:-ms-input-placeholder{
    color: #a8a8a8;
}

input::-ms-clear {
    display: none; width:0; height:0;
}

.radaro-input:focus,
.radaro-input.radaro-input-focus {
    border: solid 1px #252525;
    color: #252525 !important;
    outline: none;
}

.bar-legend li, .chart-legend li, .doughnut-legend li, .line-legend li, .pie-legend li, .polararea-legend li,
.radar-legend li{
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    font-size: smaller;
    cursor: default;
}
.bar-legend li span, .chart-legend li span, .doughnut-legend li span, .line-legend li span, .pie-legend li span,
.polararea-legend li span, .radar-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}