﻿* {
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
}

body {
    background: url(/images/cs-background.jpg) no-repeat center center fixed;
    background-size: cover;
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-layout {
    height: 630px;
    width: 425px;
    background-color: #F1F3F4;
    display: flex;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.cs-service-logo {
    margin-top: 40px;
    height: 123px;
}

.cs-service-text {
    margin-top: 16px;
    height: 25px;
}

.email { margin-top: 48px; }

.password { margin-top: 24px; }

.input-container {
    border-bottom: 1px solid grey !important;
    width: 200px;
    display: flex;
    align-items: center;
}

.text-field {
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent !important;
    height: 30px;
    margin-left: 8px;
    outline: none;
    flex: 1;
}

.login-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.checkbox-layout {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-label {
    margin-left: 4px;
    color: #8C969B;
    font-size: 14px;
}

#rememberMe {
    width: 16px;
    height: 16px;
}

.login-button {
    background-image: url(/images/login-button.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    border-radius: 6px;
    border: none;
    color: #FFF;
    letter-spacing: 1px;
    width: 172px;
    height: 37px;
    font-size: 20px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 8px;
    outline: none;
}

.login-button:hover {
    cursor: pointer;
}

.cs-logo-layout {
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
}

.cs-logo { height: 68px; }

.gradient-layout { flex-basis: 106.89px; }

.gradient { height: 630px; }

.input-icon {
    padding: 0;
    width: 16px;
    height: 16px;
    align-items: flex-end;
}