﻿/*MEDIA QUERY*/

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

    #reg-box {
        min-height: 200px;
    }

    .border-separator-right {
        border-right: none;
    }

    .border-separator-top {
        border-top: 1px solid #0d3258;
    }
}

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

    main {
        padding-top: 30px;
    }
}