﻿/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

html, body {
    background-image: url('https://www.svaegir.de/images/carousel/04_1900x1080.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,18,25,0.7) !important;
}

.card-header h3 {
    color: white;
    font-weight: 400;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #03658C;
    color: white;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: white;
    background-color: #03658C;
    width: 140px;
    
}
.recovery_btn {
    color: white;
    background-color: #03658C;
    width: 100%;
}

    .login_btn:hover, .recovery_btn:hover {
        background-color: #0378A6;
        color: white;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }

.form-control,
.btn,
.custom-select,
.alert {
    border-radius: unset;
}