﻿

@media screen and (min-width:321px) and (max-width:780px) {

    #text2 {
        display: none
    }
    
    .control-label {
        float: left;
        padding-top: 7px
    }
    .btn-primary, .btn-outline-primary {
        display: block;
        width: 100%;
        margin: 2px auto 6px !important;       
    }
   
    label {
    margin-bottom:0px}

    .logo-align {
        text-align: center
    }
    .top-text {
        text-align: center
    }
}
