html,body {
    height: 100%
}

img.mb-4 {
    max-width: 100%
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5
}

.btn-primary {
    color: #fff;
    background: -moz-linear-gradient(top,#e0382c 0%,#f9ae00 100%);
    background: -webkit-linear-gradient(top,#ff0035 0%,#b70000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0382c',endColorstr='#f9ae00',GradientType=0 );
    border-color: red!important;
    padding: 10px
}

.text-muted {
    font-size: 15px
}

.mt-5,.my-5 {
    margin-top: 1rem!important
}

.form-signin {
    padding: 15px;
    margin: auto;
    border-radius: 20px;
		border:4px solid;
}

.form-signin .checkbox {
    font-weight: 400
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 5px
}

.form-signin .form-control:focus {
    z-index: 2
}

.form-signin input[type=email] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-signin input[type=password] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media only screen and (min-width: 320px) {
    .form-signin {
        padding:15px;
        margin: auto
    }
}

@media only screen and (min-width: 480px) {
    .form-signin {
        padding:15px;
        margin: auto
    }
}

@media only screen and (min-width: 768px) {
    .form-signin {
        padding:15px;
        margin: auto
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
    .form-signin {
        border:1px solid transparent!important;
        padding: 15px;
        margin: auto;
        background-color: transparent!important
    }
}

@media only screen and (max-width: 480px) {
    .form-signin {
        border:1px solid transparent!important;
        padding: 15px;
        margin: auto;
        background-color: transparent!important
    }
}

@media only screen and (max-width: 320px) {
    .form-signin {
        border:1px solid transparent!important;
        padding: 15px;
        margin: auto;
        background-color: transparent!important
    }
}
