﻿@import url('https://fonts.googleapis.com/css?family=Oswald:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');

body {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body:before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: radial-gradient(circle, rgba(12,27,52,0.3) 50%, rgba(12,27,52,1.0) 150%);
}

.alert-info {
    font-size: 1.5em;
    font-weight: 500;
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    color: rgba(12,27,52,1.0);
    background-color: rgba(179,179,179,1.0);
    border: rgba(255,255,255,1.0);
}

.welltransparent {
    min-height:20px;
    padding:19px;
    background-color:rgba(255,255,255,0.4);
    border:1px solid rgba(255,255,255,0.4);
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05)

}

.glyphicon {
    color: rgba(255,153,0,1.0);
}

.login-header .logo {
    height: 100%;
    background: url(../rampSquareLogo.svg) right center no-repeat;
    background-size: contain;
    margin: 0;
}

/*.login-header .teamapp-logo {
    height: 100%;
    background: url(https://www.teamramp.com/media/img/teamappSquareLogo.svg) right center no-repeat;
    background-size: contain;
    margin: 0;
} */

.login-header {
    padding:0 !important;
    margin: 2.0em auto 1.0em auto;
}

.login-header h1 {
    font-size: calc(34px + (60 - 34) * ((100vw - 300px) / (1600 - 300))) !important;
    align-content:flex-start;
    text-align: left;
    font-weight:500;
    font-style: oblique;
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    color: rgba(255,255,255,1.0);
    text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 0px;
}

.login-header h1 strong {
    font-weight:900;
    color: rgba(255,153,0,1.0);
} 