﻿.login-bg {
    width: 130%;
    height: 70%;
    border-radius: 50% / 0 0 100% 100%;
    /*background-color: #eeeeee;*/
    margin-left: -15%;
    margin-top: -130px;
    padding-top: 130px;
    padding-bottom: 130px;
}

@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat/Montserrat-Black.ttf') format('opentype');
}

@font-face {
    font-family: Exo2;
    src: url('fonts/Exo2/Exo2-ExtraBold.ttf') format('opentype');
}

.exo2 {
    font-family: 'Exo2', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}


.login {
    /*background: #393e46;*/
    /*background: #222d32;*/
    font-family: Verdana;
    color: #ffffff;
    overflow-x: hidden;
}

.form-signin {
    max-width: 30em;
    padding: 15px;
    margin: 100px auto auto auto;
    text-align: center;
    /*margin-top:5em;*/
}

    .form-signin .form-signin-heading {
        margin-top: 30px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        margin-top: 1em;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }