/**
 * View StyleSheet file.
 * 
 * @category    CodeIgniter
 * @package     Template
 * @subpackage  Stylesheet
 * @author      Iv�n K�roly <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 */

#check{
    margin-bottom: 15px;
}

#confirm{
    margin-top: 20px;
    margin-bottom: 20px;
}

.submit:hover{
    background: #F7AC4C;
    border: 1px solid #F7AC4C;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}