﻿
@font-face {
    font-family: SF-Pro-Display-Bold;
    src: url(font/SF-Pro-Display-Bold.otf);
}

@font-face {
    font-family: SF-Pro-Display;
    src: url(font/SF-Pro-Display-Regular.otf);
}

html, body {
    width: 100%;
    height: 100%;
    overflow: auto;
}

body {
    background-image: url(img/airplane-taking.png);
    background-position: center center;
    background-size: cover
}


.form-container {
    width: 95%;
    max-width: 455px;
    margin: 0 auto;
    font-family: SF-Pro-Display, 'Times New Roman';
    font-size: 16px;
    margin-bottom: 100px
}

.form-control{
    font-size: 16px;
}

.logo {
    margin-bottom: 20px
}

h1 {
    font-family: SF-Pro-Display-Bold, 'Times New Roman';
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.login-form {
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
}

    .login-form .btn{
        width: 100%;
        font-size: 16px;
    }

    .panel-header {
        font-family: SF-Pro-Display-Bold, 'Times New Roman';
        font-size: 24px;
        margin-bottom: 45px;
    }

.input-group-text{
    background: #fff;
}

.copyright {
    color: #fff;
    font-family: SF-Pro-Display, 'Times New Roman';
    font-size: 16px;
    text-align: center;
    position: fixed;
    bottom: 35px;
    left: 0;
    right: 0;
}