﻿body {
}



@media (max-width:600px) {
    img#login-logo-image {
        display: none;
    }
}

@media (max-width:600px) {
    #login-box-message {
        display: none;
    }
}


@media (max-width:600px) {
    #container-register {
        overflow: auto;
        min-width: 0;
        width: 100%
    }
}
