/**
 * Current template's main css file.
 * 
 *      It contains all the main styles for your template.
 * 
 * @category    CodeIgniter
 * @package     Template
 * @subpackage  Stylesheet
 * @author      Karoly Ivan <karoly.ivan@rsoe.hu>
 * @copyright   (c) 2016, RSOE
 */ 

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

    body {
        background: url('../images/danube_2.jpg');
        background-size: cover;
    }
    
    .wrapper.container {
        max-width: 400px;
        padding: 50px 15px;
    }
    
    .wrapper.container .site-title {
        position: relative;
        display: block;
        font-size: 24px;
        color: #337ab7;
    }
    
    .wrapper.container .page-title {
        position: relative;
        display: block;
        font-size: 18px;
        color: #337ab7;
        margin-left: 25px;
    }
    
    .wrapper.container .content {
        margin-top: 25px;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 2px 2px 5px 1px #777;
    }
    
    .wrapper.container .content .submit {
        width: 100% !important;
    }

    .btn-primary{
        background: #2F66B2 !important;
    }

    .btn-primary:hover{
        background: #31B0D5 !important;
    }
    

/* Small devices (tablets, 768px and up) */
@media (min-width: 758px) {
    
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}