* {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    height: 100vh;
    letter-spacing: 0.02em;
    background-color: #23282c;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #23282C inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

.h-720 {
    min-height: 780px;
}

.h-1050 {
    min-height: 1050px;
}

.green {
    color: #5effa3;
}

.content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 340px;
    text-align: center;
    padding: 0 40px;
}

.logo {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: lowercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logoInternal {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 13px;
    margin-top: 3px;
    padding-left: 13px
}

.logo span {
    font-size: 13px;
    position: relative;
    top: -17px;
    left: 3px;
}

.intro {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.form-controls {
    text-align: left;
}

.input-group {
    position: relative;
    opacity: .8;
    transition: .2s opacity;
}

.input-group i {
    position: absolute;
    top: 37px;
    right: 7px;
}

.input-icon-margin {
    padding-right: 30px;
}

.repeat-password-icon {
    display: none;
}

label {
    display: block;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}

input {
    width: 100%;
    border: solid 1px;
    color: #D0D0D0;
    background: transparent;
    outline: none;
    font-family: var(--font-family-sans);
    font-size: 16px;
    font-weight: 600;
    padding: 6px 0;
    margin-bottom: 25px;
    box-sizing: border-box;
    border-radius: 0;
    border-color: #D0D0D0;
    padding-left: 5px;
}

button {
    width: 100%;
    padding: 14px;
    border: none;
    outline: none;
    font-family: var(--font-family-sans);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #0062ff;
    border-radius: 4px;
    margin: 25px 0 15px 0;
    transition: .2s background-color;
}

button:hover {
    background-color: #0057e3;
}

.button {
    display: block;
    padding: 14px;
    text-decoration: none;
    font-family: var(--font-family-mono);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    transition: .2s color, .2s background;
}

.button:hover {
    color: #111;
    background: #fff;
}

.banner {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #175B34;
    background: #5effa3;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0 2px 10px #0f235d;
}

.validation-summary-errors ul {
    list-style-type: none;
    color: #fff112;
    background: #15171a;
    border-radius: 4px;
    padding: 14px;
    margin-bottom: 25px;
    line-height: 26px;
}

.version {
    font-size: 13px;
    color: #818487;
    text-align: center;
    padding-top: 10px;
}

.geometry {
    position: absolute;
    top: -80px;
    left: 0px;
    width: 100%;
    height: calc(50% + 180px);
    background: linear-gradient(rgba(18,58,175,1), rgba(15,48,142,1));
    transform: skewY(-3deg);
}

.gradient-bg {
    background: #123aaf;
    background: linear-gradient(rgba(18,58,175,1), rgba(15,48,142,1));
}

.password-indicator {
    position: relative;
    height: 10px;
    border-radius: 7px;
    background: #1c2023;
    padding: 2px 6px 2px 2px;
}

.password-strength {
    position: relative;
    top: 2px;
    left: 2px;
    width: 20%;
    height: 6px;
    border-radius: 3px;
    transition: .2s width, .2s background-color;
}

.forgot-password {
    position: relative;
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: -20px;
}

.forgot-password:hover {
    transition: ease-in 100ms;
    color: #0062ff;
}
