html {
    height:100%;
}
body {
    height: calc(100% - 50px);
}
header {
    background: #3B3D52;
}
.ng-view,
#content {
    height: 100%;
}
#bg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(/static/start/img/bg.jpg);
    background-position: center center;
    background-size: cover;
}
.btn-start-page{
    padding-bottom:5px;
    margin:5% auto;
    flex-wrap:wrap;
    width: 100%;
    height: 15%;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content.auth {
    width: 400px;
}

.btn-start-page, .content.auth{
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 60, 80, 0.8);
    -moz-box-shadow: 0px 0px 30px 0px rgba(34, 60, 80, 0.8);
    box-shadow: 0px 0px 30px 0px rgba(34, 60, 80, 0.8);
}

form>a, .username, .a-btn-start-page{
    text-decoration:none;
    color:#fff;
}

.out{
    float:right;
    display:block;
    padding:0 10px;
    cursor:pointer}

.username, .out{
    line-height:50px;
    text-transform:uppercase;
}

.btn-start-page:hover, .out:hover{background-color:rgba(0,0,0,.2)}

/* это не моё */

.mobile .auth-content h2 {
    margin-bottom: 19px;
}

#widgets {
    align-items: center;
    display: flex;
    position: absolute;
    right: 10px;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

    #widgets > a {
        background: #E84E0E;
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        color: #fff;
        font-family: Roboto,sans-serif;
        background-position: center;
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 5px;
        box-sizing: border-box;
        font-size: 36px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }
        #widgets > a .icons_shape {
            fill: #fff;
        }

@media only screen and (min-width: 580px) {
}
@media only screen and (min-width: 800px) {
}
@media only screen and (min-width: 1000px) {
}
@media (max-width: 1380px) {
}
@media (max-width: 1180px) {
}
@media (max-width: 1000px) {
}
@media (max-width: 850px) {
    .content.auth {
        width: calc(100% - 80px);
        margin-top: 12%;
    }

    #widgets {
        right: auto;
        flex-direction: row;
        left: auto;
        bottom: 80px;
        height: 60px;
        align-self: center;
    }

        #widgets > a {
            margin-bottom: 0;
            margin-left: 5px;
            margin-right: 5px;
        }
}
@media (max-width: 390px) {
    .content.auth {
        width: 90%;
        margin-top: 12%;
    }
    #widgets {
        bottom: 60px;
    }
}
@media (max-width: 620px) {
}
.online-consultation-message {
    font-size: 14px;
    padding: 10px 15px;
    margin: 15px 0;
    border: 1px #c7d3e0 solid;
    border-radius: 4px;
}
