/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
* {
    font-family: 'Roboto', sans-serif;
}

html, body {
    height: 100%;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    min-height: 320px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.card-header h3 {
    color: white;
    font-weight: 300;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 10px;
}

.input-group-prepend span {
    background-color: #17a2b8;
    color: white;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.card-footer a, .back-login {
    color: white;
}

.card-footer a:hover, .back-login:hover {
    color: #17a2b8;
    text-decoration: none;
}


.alert ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.alert, .alert ul li{
    font-size: 0.95em;
    line-height: 1.2em;    
}

@media screen and (max-width: 576px) {
    .card-header h3 {
        font-size: 1em;
    }
}