﻿/*
Inspired by http://dribbble.com/shots/917819-iPad-Calendar-Login?list=shots&sort=views&timeframe=ever&offset=461
*/

html {
    background: url(../../../Img/Common/loginbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


body {
    background: none;
}

img.logo-xxs {
    max-height: 2rem;
}

img.logo-xs {
    max-height: 8rem;
}

img.logo-sm {
    width: 50%;
}

img.logo-sm-ComaptibilityMode {
    width: 100px;
}

.jumbotron {
    text-align: center;
    width: 30rem;
    border-radius: 0.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem auto;
    background-color: #fff;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .jumbotron {
        width: 43rem;
    }
}
input {
    width: 100%;
    margin-bottom: 1.4rem;
    padding: 1rem;
    background-color: #ecf2f4;
    border-radius: 0.2rem;
    border: none;
}

h2 {
    margin-bottom: 1rem;
    font-weight: bold;
    color: #707070;
}

h4 {
    margin-bottom: 3rem;
    font-weight: normal;
    color: #ababab;
}
.btn {
    border-radius: 0.2rem;
}

.btn .glyphicon {
    font-size: 3rem;
    color: #fff;
}

.full-width {
    background-color: #8eb5e2;
    width: 100%;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.smsdigit {
    width: 3.5rem;
    height:unset;
    display:unset;
    padding: 1rem;
    font-weight: bold;
    border: 1px solid #888;
    border-radius: 3px;
    caret-color: transparent;
    font-size:1.8rem;
}

#smsNRBox {
    display: none;
    margin-top: 0;
    margin-bottom: 2rem;
}

.loginbtn {
    color: #37474f;
    border-color: #37474f;
    border-radius: 5px;
    display: block;
    width: 100%;
    background: none;
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid;
    padding: 1.2rem;
    background-color:#f5f5f5;
}

.loginbtn:hover {
    color: #37474f;
    text-decoration: none;
    border-color: #3f51b5;
    background-color: rgba(63, 81, 181, 0.1);
    color: #37474f;
}

#smsboxCancel {
    text-align:left;
    padding-bottom:.75rem;
}