﻿html {
    background: linear-gradient(0deg, #bfc1d7, #fff);
}
body {
    line-height:unset;
    background:transparent;
}
.container.body-content {
    height: calc(100vh - 70px);
}
footer {
    padding-left: 10px;
    font-size: 16px;
}


.price-list {
    padding-right: 35px;
}
.register-page {
    overflow: hidden;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register {
    background-color: transparent;
}

.notification {
    padding: 30px;
}

.browsers-table-row td {
    padding: 10px 0;
}

@media (max-width: 480px) {
    .browsers-table-comment {
        display: table-cell !important;
    }
}

.form-group a {
    margin: 4px 0;
    display: inline-block;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.price-list-price-units {
    font-size: 14px !important;
}
.register-wrapper {
    background: #fff;
    background: white;
    width: 450px;
    padding: 60px;
    height: auto;
    border-radius: 10px;
}
.center{
    text-align:center;
}


.backLogo1, .backLogo2, .backLogo3 {
    width: 400px;
    height: 456px;
    background:url(../images/HGRLogos/hgr_md.png);
    position:fixed;
    opacity: 0.8;
}
.backLogo1 {
    top: 50px;
    left: -150px;
    transform: rotate(45deg) scale( 100vh );
}
.backLogo2 {
    bottom: -10px;
    right: calc( 50vw - 500px );
    transform: rotate(5deg) scale(0.75);
}
.backLogo3 {
    top: -200px;
    right: 1.41%;
    transform: rotate(-25deg) scale(0.9);
}
@media(max-width:610px){
    .backLogo3 {
        left: 200px;
    }
}
.checkbox input[type="checkbox"] {
    margin-top: 1px;
}