/* Fonts Imported from Google */
@import url(//fonts.googleapis.com/css?family=Open+Sans:600,300);
/*   Core: General style
----------------------------*/
html{
    height:100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    background: url('../../images/login-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    padding-top:5%;

}
.box{
    min-width: 300px;
    width:50%;
    margin:auto;
    border-radius: 3px;
    background-color: #fff;
    padding:5px 20px 15px 20px;
}
.box img{
    margin-top:10px;
    margin-bottom:5px;
}
.box input[type='submit']{
    margin:40px 0 20px 0;
}
@media screen and (max-width: 300px) {
    .mar-left5{
        margin-left: 18px !important;
        margin-top: -10px;
    }
}
@media screen and (max-width: 300px) {
    .mar-top4{
        margin-top: -10px;
    }

}
@media screen and (max-width: 300px) {
    .mar-left{
        margin-left: -5px !important;
    }
}

.checkbox label{
    padding-left:0;
}
