﻿* {
    margin: 0;
    padding: 0;
    font-family: 'Courier'
}

body {
    background: url('../images/bg.jpeg');
    background-size: cover;
    background-position-y: -80px;
    font-size: 16px;
}

section {
    width: 1300px;
    height: auto;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#wrapper {
    height: auto;
    padding: 50px;
}

#form-login {
    font-size: 18px;
    height: 500px;
    max-width: 800px;
    background: #022140;
    flex-grow: 1;
    padding: 30px 30px 40px;
    box-shadow: 0px 0px 17px 2px rgba(255, 255, 255, 0.8);
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-heading {
    font-size: 25px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 30px;
}

.form-group {
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
}

    .form-group i {
        color: #fff;
        font-size: 14px;
        padding-top: 5px;
        padding-right: 10px;
    }

.form-input {
    background: transparent;
    border: 0;
    outline: 0;
    color: #f5f5f5;
    flex-grow: 1;
}

    .form-input::placeholder {
        color: #f5f5f5;
    }

#eye i {
    padding-right: 0;
    cursor: pointer;
}

.form-submit {
    background: transparent;
    border: 1px solid #f5f5f5;
    color: #fff;
    width: 300px;
    text-transform: uppercase;
    padding: 6px 10px;
    transition: 0.25s ease-in-out;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px !important;
}

    .form-submit:hover {
        background-color: #265077;
    }

.dk {
    text-decoration: none;
    text-align: center;
    width: 278px;
}

.forgot-password {
    width: 100%;
    height: auto;
}

.forgot-password p {
    width: 100%;
    text-align: center;
}


#type-login {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

#type-login i {
    color: white;
    font-size: 50px;
}

#type-login i:hover{
    transform: scale(2);
    transition: 1s;
}
