@font-face {
    font-family: 'Gotham SSm';
    src: url('../fonts/GothamSSm-Light.woff2') format('woff2'),
        url('../fonts/GothamSSm-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/GothamSSm-Bold.woff2') format('woff2'),
        url('../fonts/GothamSSm-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

input, button, a, label{
    outline: none;
}


.row{
    margin-top: 20vh
}

label,
input,
a{
    display: block;
    width: 90%;
    margin: auto 5%;
}

.form-group input{
    background: transparent;
    box-shadow: 0;
    border: 1px solid #e4e3e8;
    width: 90% !important;
    padding: 10px 5px;
}

.form-group label{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 10px auto;
}

p, a{
    text-align: center;
}

label, strong{
    font-family: 'Gotham Bold';
}

.radio-buttons{
    width: 80%;
    margin: 10% auto;
    display: flex;
    justify-content: space-between;
}

input[type=radio]{
    transform: scale(1.5);
    outline: none;
    width: 25%;
    display: none;
}


.radio-buttons .radio-inline{
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 1.4rem;
    margin-left: 0;
    padding-left: 30px; 
}

input[type='radio'] + label:before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

input[type='radio']:checked + label:after {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    top: 4px;
    left: 4px;
    position: absolute;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

@media only screen and (min-width: 768px) and (max-width : 992px) {
    .row{
        margin-top: 5vh !important;
    }
}

@media only screen and (max-width : 768px) { 
    .row{
        margin-top: 5vh !important;
    }
}

/* Login */

.login{
    background-image: url('../img/login_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    min-height: 100vh;
    font-family: 'Gotham SSm';
    background-size: cover; 
    background-position: left center
}

.login-panel{
    background: #fff;
    padding: 7%;
    min-width: 320px;
}

.login-panel input:-webkit-autofill{
    /* Change the white to any color ;) */
    -webkit-box-shadow: 0 0 0 30px white inset;

}

.login .logo{
    width: 60%;
    margin: auto 20% 10%;;
}

.login-btn{
    width: 80%;
    margin: 10% auto;
    text-align: center;
    background-color: #c80021;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    box-shadow: 0;
    padding: 10px;
}

.login-btn:disabled,.login-btn[disabled] {
    color: #fff;
    background: #999999;
}

.login a{
    margin: 5% auto;
    padding-bottom: 5%;
    border-bottom: 1px dotted #999;
    text-decoration: none;
    color: #c80021;
    font-family: "Gotham Bold";
}

/* Reset form */

.reset-form{
    background: #e4e3e8;
    background-size: 100vw 100vh;
    min-height: 100vh;
    height: 100vh;
    font-family: 'Gotham SSm';
    background-size: cover; 
    min-height: 100%;
}

.reset-panel{
    background: #fff;
    padding: 10%; 
}

.reset-btn{
    width: 90%;
    margin: 5% auto;
    text-align: center;
    background-color: #c80021;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    box-shadow: 0;
    padding: 10px;
}

a.reset-btn{
    color: #fff !important;
}

.reset-btn:disabled,.reset-btn[disabled] {
    color: #fff;
    background: #999999;
}

.reset-form .logo{
    width: 60%;
    margin: auto 20% 5%;;
}

.reset-form a{
    margin: 5% auto;
    text-decoration: none;
    color: #000;
    font-family: "Gotham Bold";
}

.reset-form p{
    margin: 10% auto;
}

#id_new_password1{
    margin-bottom: 20px;
}

.glyphicon{
    font-size: 10px;
    position: relative;
    top: 0;
    margin-right: 5px;
}

/* Upload form */

.upload-form{
    background: #e4e3e8;
    background-size: 100vw 100vh;
    min-height: 100vh;
    height: 100vh;
    font-family: 'Gotham SSm';
    background-size: cover; 
    min-height: 100%;
}

.upload-form .logo{
    width: 60%;
    margin: auto 20% 5%;
}

.upload-form label{
    margin: 2% auto;
    text-decoration: none;
    color: #000;
    font-family: "Gotham Bold";
}

.upload-form select{
    border-radius: 0;
    -webkit-appearance: none;
    width: 90%;
    margin: auto 5% 5%;
    height: 30px;
    background: transparent;
    padding: 5px;
}

.upload-form input[type=checkbox], input[type=radio]{
    width: 90%;
    margin: auto 5% 5%;
    height: 30px;
    width: 30px;
    border-radius: 0;
}

.upload-form input[type="file"] {
  margin-bottom: 5%;
}

#id_overwrite{
    border-radius: 0;
}


.upload-form select:focus,
.upload-form input:focus{
    outline: none;
}

.reset-form p{
    margin: 10% auto;
}