﻿.form-signin 
.form-signin-heading, 
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-group {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-bottom: 10px !important;
}


.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.new-account {
    display: block;
    margin-top: 10px;
}

body {
    background: #CB3535;
}

.gs-input-big,
input[type=text].gs-input-big, 
input[type=password].gs-input-big, 
.input-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 44px !important;
    font-size: 22px;
    line-height: 36px !important;
}

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #EAEAEA;
    border: solid 1px rgba(72, 80, 99, 0.2);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.need-help {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.view-header {
    display: none;
}

#applicationHeader .logo img {
    display: none;
}

#footer {
    border-top: 2px solid #234567;
    background: rgb(255, 255, 255);
    text-align: center;
    height: 30px;
    font-size: x-small;
}

.panel-heading {
    background: rgba(72, 80, 99, 0.44) !important;
}


#main-view-area form {
    padding: 20px 0px 0px 0px;
    background-color: transparent;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.panel, .panel-body {
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-space {
    margin-top: 300px;
}

#footerInverse {
    position: fixed;
}

@media all and (min-width : 1224px) {
    .middle-page-box {
        margin-top: 150px;
    }

    #main, #main-view-area {
        min-height: 600px;
    }

    .form-space {
        margin-top: 150px;
    }

    #footerInverse {
        position: fixed;
    }
}

@media all and (min-device-width: 1600px) {
    .middle-page-box {
        margin-top: 50px;
    }

    #main, #main-view-area {
        min-height: 400px;
    }

    .form-space {
        margin-top: 350px;
    }

    #footerInverse {
        position: fixed;
    }
}

@media all and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .middle-page-box {
        margin-top: 50px;
    }

    #main, #main-view-area {
        min-height: 400px;
    }

    .form-space {
        margin-top: 200px;
    }

    #footerInverse {
        position: fixed;
    }
}

@media all and (min-device-width: 1200px) and (max-device-width: 1600px) and (min-resolution: 192dpi) {
    .middle-page-box {
        margin-top: 50px;
    }

    #main, #main-view-area {
        min-height: 400px;
    }

    .form-space {
        margin-top: 150px;
    }

    #footerInverse {
        position: fixed;
    }
}

/*iphones 6*/
@media all and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    .form-space {
        margin-top: 100px;
    }

    #footerInverse {
        position: absolute;
    }
}

@media all and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
    .form-space {
        margin-top: 400px;
    }

    #footerInverse {
        position: absolute;
    }
}

/* Inline in Body */
body {
    padding-top: 120px;
    padding-bottom: 40px;
    background-color: #eee;
}

.btn {
    outline: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-shadow: inset 2px -3px rgba(0,0,0,0.15);
}

.btn:focus {
    outline: 0;
    -webkit-outline: 0;
    -moz-outline: 0;
}

 .form-signin {
    max-width: 280px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 50px;
}
 .form-signin .form-signin-heading, .form-signin {
    margin-bottom: 10px;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-color: #000;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: rgb(0,0,0);
    border-top: 1px solid rgba(0,0,0,0.08);
}

.form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.marketing-brand {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32pt;
    line-height: normal;
    bottom: 50px;
    top: auto;
    z-index: 3;
    text-align: center;
    padding: 10px;
    background: #CB3535;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    max-width: 100%;
    color: #fff;
}

.marketing-brand-inverse {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32pt;
    line-height: normal;
    bottom: 50px;
    color: #CB3535;
    padding: 10px;
    background: transparent;
    top: auto;
    z-index: 3;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    max-width: 100%;
}

.input-group-addon {
    background: white !important;
    color: #CB3535;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 42px !important;
    min-width: 50px;
    font-size: 17px;
    text-align: center;
    border-radius: 4px;
}
form .validation-summary-errors {
    display:block !important;
}
.validation-summary-errors li {
    background: none;
    color: #CB3535;
    text-transform: uppercase;
    text-align:center;
}

input[type=email],
input[type=password],
input[type=select],
input[type=text], textarea {
    height: 30px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    outline: 0;
    color: #262b31;        
}

.input-group > input {
    font-size: 85%;
    font-weight: 300 !important;
} 
.btn-lg.btn-block {
    border-radius: 4px !important;
}

.form-group input[type=email], .form-group input[type=password], .form-group input[type=select], .form-group input[type=text], .form-group textarea {
    border:1px solid #ddd;
}
.input-group input[type=email], .input-group input[type=password], .input-group input[type=select], .input-group input[type=text], .input-group textarea {
    border: 1px solid #e9e9e9;
    border-right: none;
    height: 44px;
    border-radius:2px 0px 0px 2px!important;
}
.input-group input[type=email]:focus, .input-group input[type=password]:focus, .input-group input[type=select]:focus, .input-group input[type=text]:focus, .input-group textarea:focus {
    border: 1px solid transparent!important;
    border-right: none;
    height: 44px;
}
input:-webkit-autofill {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Reset Password */
#resetPassword .validation-summary-errors li {
    background: none;
    color: black !important;
    text-transform: none !important;
    text-align: center;
    font-size: 0.8em
}
#resetPassword .alert, 
#resetPassword .panel-body, 
#resetPassword .panel, 
#resetPassword .panel-default {
    margin-bottom: 0;
}
#resetPassword .alert {
    padding-top: 0 ;
    padding-bottom: 0 ;
}
#resetPassword .panel-body {
    padding: 10px;    
}
#resetPassword .gs-bg-danger, 
#resetPassword .btn-danger, 
#resetPassword .badge-danger {
    background: #CB5656!important;    
}