@font-face {
    font-family: 'Gotham Pro Regular';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Bold.woff') format('woff'),
    url('../fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    height: 100%;
    /*background: #FFF;*/
    background: linear-gradient(90deg, #03001e, #7303c0, #ec38bc, #fdeff9) no-repeat fixed;
    background-size: cover;
    width: 100%;

    margin: 0;
    object-fit: cover;

    /*display: grid;*/
    /*grid-template-rows: auto;*/
    display:flex;
    /*background: rgb(3,0,30);*/
    /*background: linear-gradient(-135deg, rgba(3,0,30,1) 0%, rgba(115,3,192,1) 33%, rgba(236,56,188,1) 66%, rgba(253,239,249,1) 100%);*/
    /*background: linear-gradient(-45deg, #ffffff, #e73c7e, #23a6d5, #23d5ab);*/
    /*background-size: 400% 400%;*/
    /*animation: gradient 15s ease infinite;*/
}

.container {
    display:flex;
}

.login-container {
    width: 370px;
    /*height: 400px;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*position: absolute;*/
    background: rgba(45, 52, 54, 0.7);
    /*transform: translate(-50%, -50%);*/
    box-sizing: border-box;
    color: #fff;
    padding: 20px 20px;
    align-content: center;
    font-family: "Gotham Pro Regular";
    /*margin: 30px auto 0;*/
    margin: auto;
}

.login-container img {
    position: absolute;
    left: calc(50% - 50px);
    top: -50px;
}

.login-container h1 {
    text-align: center;
    font-size: 20px;
    font-family: "Gotham Pro Bold";
    margin-bottom: 20px;
}

.login-container label {
    display: block;
}

.login-container div {
    margin-bottom: 20px;
}

.login-container input[type="text"], input[type="password"], input[type="email"] {
    width: 100%;
    border: none;
    -webkit-border-radius: 0;

    outline: none;
    border-bottom: 1px solid #ffff;
    background: transparent;
    color: #ffff;
    height: 40px;
}

.login-container input[type="submit"] {
    width: 100%;
    border: none;
    border-radius: .25rem;
    outline: none;
    height: 40px;
    background-image: linear-gradient(to right, #F26FC9, #8772EF);
    color: #ffff;
}

.login-container input[type="submit"]:hover {
    cursor: pointer;
    box-shadow: 1px 1px 10px #696969;
}

a {
    display: block;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

a:hover {
    color: #d3d3d3;
}

.credentials {
    text-align: left;
    margin: 20px 0 0;
    font-size: 12px;
    color: rgba(255,255,255,0.2);
}

.privacy {
    display: initial;
    text-align: initial;
    text-decoration: none;
    color: #e74c3c;
    font-size: inherit;
}

.form-check-label {
    font-size: 12px;
    vertical-align: middle;
    font-family: "IBM Plex Sans";
}

.form-check {
    line-height: 2;
}
