﻿.wrap {
    position: relative;
    padding-bottom: 40px;
    min-height: 400px;
}

h1 {
    font-size: 3.6rem;
    line-height: 1.11111;
    margin-top: -.25em;
    margin-bottom: .83333em;
    padding-top: 1.11111em;
    font-weight: 300;
    color: #333;
    border: none;
    font-family: Roboto,Arial,helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
}

.login-box {
    background: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #ccc;
    padding: 35px 50px;
    margin-bottom: 60px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    color: #5b7fa6;
    margin: 5px 0 15px;
    padding: 0;
    line-height: 1em;
}

.forgot-pass a {
    color: #7bb926;
}

.newCustomer {
    padding: 35px 0 0 45px;
}

.btn-login-register {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1;
    font-family: Roboto,Franklin Gothic Medium,Tahoma,sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 1.4rem 3.5rem;
    margin-right: 1.5rem;
    outline: none;
    border: .1rem solid transparent;
    border-radius: 4px;
    transition: all,.4s,ease-out;
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    background-color: #ef6c00;
    color: #fff;
    border: .1rem solid #ef6c00;
    font-weight: 700;
    height: initial;
}

    .btn-login-register:focus, .btn-login-register:hover {
        background-color: #c15000;
        color: #fff;
        border: .1rem solid #c15000;
    }

.btn.btn-outline.btn-default {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1;
    font-family: Roboto,Franklin Gothic Medium,Tahoma,sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 1.4rem 3.5rem;
    margin-right: 1.5rem;
    outline: none;
    border: .1rem solid transparent;
    border-radius: 4px;
    transition: all,.4s,ease-out;
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #333;
    border: .1rem solid #333;
}

    .btn.btn-outline.btn-default:focus, .btn.btn-outline.btn-default:hover {
        background-color: #e9edf2;
        color: #333;
    }

.separator {
    position: relative;
    margin: 30px 0;
    background: #dbf2f7;
    height: 1px;
}

    .separator hr {
        border: none;
        border-top: 1px solid #ddd;
        margin: 0;
    }

    .separator span {
        position: absolute;
        top: 0;
        left: 50%;
        color: #555;
        background-color: #fff;
        height: 20px;
        text-align: center;
        font-size: 1.1em;
        margin: -10px 0 0 -100px;
        width: 200px;
        font-weight: 400;
    }


.register-benefits {
    padding: 25px 0 0 50px;
    margin-left: 0;
    margin-right: 0;
}

    .register-benefits p {
        font-size: 1.05em;
        line-height: 1.4em;
        margin: 0 0 20px;
    }

    .register-benefits p, .register-benefits ul {
        font-weight: 400;
        text-align: left;
        color: #222;
    }

    .register-benefits ul {
        font-size: 0.95em;
        line-height: 1.22em;
        text-transform: uppercase;
        padding: 0 40px 0 25px;
    }

    .register-benefits li {
        list-style: disc;
        margin: 0 0 10px;
    }

.resetpwd-box {
    max-width: 40rem;
    margin: 0 auto;
}

h1.box-title {
    margin-bottom: 10px;
}

.box-description {
    font-size: 1.3em;
}