body {
    background-image: url(../../images/campus/campus_axis_bg.jpg) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.campus-wrapper {
    margin-top: 18%;
    margin-bottom: 8%;
    margin-left: auto;
    padding-right: 2rem;
}
.register-form{
    margin-top: 30px;
}
.register{
    float:right;
}
.register legend{
    font-size:18px;
}
.PD24 {
    padding: 15px;
}
/*.campus_banner{
    background: url(../../images/campus/stud-bg-cmp.jpg) center left scroll no-repeat;
    background-position-y: center;
    background-size: auto auto;
    background-size: 100%;
    background-position-y: top;
    padding-bottom: 45px;
    margin-top: -7px;
    margin-bottom: -20px;
}*/
.campus {

    font-weight: bold;
    margin: 0;
}
.white-text {
    color: #fff !important;
}
.blue-ipru {
    background: #053c6d;
}
.z-depth-3 {
    padding: 0 10px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);

}

.campus-content {
    margin: 0 0 0 20px;
    padding: 20px;
    border-radius: 0 15px 0;
    background: rgba(5,60,109,0.75);
    background-color: rgba(5, 60, 109, 0.75);
}
.blue-ipru-text {
    color: #053c6d;
    font-weight: 600;
}
.z-depth-3 {
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}
.white {
    background-color: #fff !important;
}

.blue-ipru-text p{
    margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {
    body{
        background-size: cover;
    }
    .register .form-horizontal .form-group{
        margin-right: -30px;
        margin-left: -5px;
    }
    .PD24 {
        padding: 10px;
    }
    h1 {

        font-size: 5.4rem;
        line-height: 110%;

    }
    .campus {
        /*letter-spacing: 0.5rem;*/
        font-weight: bold;
        margin: 0;
    }
    .campus-wrapper{
        padding-left: 2rem;
    }
}
.navbar-default {
    margin-bottom: 7px;
}
.social{
    font-size: 18px;
    color: #fff;
}
.social li{
    display: inline-block;
    padding: 0 3px;
    margin-right: 15px;
    width: 40px;
    border: 1px solid #999;
    border-radius: 50%;
    height: 40px;
    cursor: pointer;
    background-color: #999;
}

.social li a{
    margin: 0 auto;
    line-height: 36px;
    color: #fff;
}

.social li:hover{
    background-color: #777;
    border-color: #777;
}
.footer{
    background-color: #053c6d;
    color: rgba(255,255,255,0.8);
}