body, h1, h3 {
    font-family: Roboto, sans-serif
}

body {
    background-color: #fff
}

p {
    color: #b3b3b3;
    font-weight: 300
}

.half, .half .container > .row {
    height: 100vh
}

.site-logo-div{
    display: flex;
    justify-content: center;
}



.half .bg, .half .contents {
    width: 50%
}



.half .bg .form-group, .half .contents .form-group {
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #efefef;
    padding: 15px;
    border-bottom: none;
    position: relative
}

.half .bg .form-group label, .half .contents .form-group label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    color: #b3b3b3
}

.half .bg .form-group input:focus + label, .half .bg .form-group.field--not-empty label, .half .contents .form-group input:focus + label, .half .contents .form-group.field--not-empty label {
    margin-top: -20px
}

.half .bg .form-control, .half .contents .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0
}

.half .bg .form-control:active, .half .bg .form-control:focus, .half .contents .form-control:active, .half .contents .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.half .bg {
    background-size: cover;
    background-position: center
}

.half a {
    color: #0041ff;
    text-decoration: underline
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 16px
}

@media (max-width: 1200px) {
    .half .bg, .half .contents {
        width: 100%
    }
}

@media (max-width: 992px) {
    .half .bg {
        height: 300px
    }
}

@media  screen and (max-width: 768px){

    #site-logo{
        max-width: 300px;
    }
}


@media  screen and (max-width: 600px) {
    .half .bg {
        height: 300px
    }
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.7);
    margin: 15px 0;
}
.hr-sect:before,
.hr-sect:after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.7);
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}