﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
    background: url(/Content/Images/Login_BG.jpg) no-repeat center center fixed;
    background-size: cover;
}

.main-section {
    margin: 0 auto;
    margin-top: 150px;
    padding: 0;
}

.modal-content {
    background-color: #33495e;
    opacity: .85;
}

.user-img {
    margin-top: -49px;
    margin-bottom: 14px;
}

    .user-img img {
        height: 100px;
        width: 100px;
    }

.form-group {
    margin-bottom: 20px;
}

    .form-group input {
        border-radius: 0;
        border: 0;
        height: 38px;
        padding-left: 50px;
    }

.username::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f0e0";
    position: absolute;
    left: 25px;
    font-size: 25px;
    color: #366577;
}

.password::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f023";
    position: absolute;
    left: 25px;
    font-size: 25px;
    color: #366577;
}

.form-input button {
    width: 30%;
    margin-bottom: 20px;
}

.btn-success {
    background-color: #2ecc71;
    border-radius: 0;
    padding: .7rem;
}

    .btn-success:hover {
        background-color: #27ae60;
    }

.link-part {
    padding: 5px 0 20px;
}

    .link-part a {
        color: #bfe4ec;
    }

.text-danger {
    background-color: yellow;
    font-size: 11px;
}

.register::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f502";
    position: absolute;
    left: 20px;
    font-size: 15px;
}
