body {
    background-color: #EDEEEF;
    background-repeat: repeat;
    border-top: 4px solid #FE8065;
}

.hr-line-dashed {
    border-top: 1px dashed #E7EAEC;
    color: #FFF;
    background-color: #FFF;
    height: 1px;
    margin: 5px 0 20px 0;
}

.form-control {
    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;
}

h5 {
    margin-bottom: 10px;
    text-align:left;
}

.checkbox {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}



:focus {
    outline: 0 !important;
}
.login-page {
    text-align: center;
}

.login-page .btn-link, .login-page .btn-link:hover {
    color: #23527c;
}

.login-page .modal-header {
    min-height: 16.42857143px;
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.login-page .modal-header img {
    width: 310px;
    margin: 5% auto;
}

.login-page .modal-content {
    border:1px solid #e5e5e5;
    width: 460px;
    margin: 5% auto 0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow .3s ease-out, opacity .2s ease-out, -webkit-transform .3s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, -webkit-transform .3s ease-out;
    position:relative;
    border-radius:6px;
    background-color:#fff;
}

.login-page h2.modal-title {
    margin-bottom: 15px;
    font-size: 18px;
}

.login-page h4.modal-title {
    margin-bottom: 15px;
    font-size: 18px;
}

.login-page .form-group {
    margin-bottom: 15px;
}


.login-page .form-group:last-child {
    margin-bottom: 0;
}

.login-page .form-control {
    border-radius: 4px;
    padding: 15px;
    transition: all 0.2s cubic-bezier(0.2, 0.91, 0.85, 0.96) 0s;
    box-shadow: none;
    height: 52px;
}

.login-page .modal-body {
    position: relative;
    padding: 15px;
}

.login-page .modal-body .alert.alert-info {
    margin:0;
}
.login-page .modal-body .alert.alert-info a {
    color: #23527c;
    text-decoration: underline;
}
.login-page .modal-body p {
    margin: 0 0 15px 0
}

.login-page .modal-body p label {
    display:none;
}

.login-page .modal-body p input {
        border-radius: 4px;
    padding: 15px;
    transition: all .2s cubic-bezier(.2,.91,.85,.96) 0s;
    box-shadow: none;
    height: 52px;
       display: block;
    width: 100%;
    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;
}

.login-page .btn-primary,
.login-page .btn-primary[disabled]:hover {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-color:#FE8065;
    background-color: #FE8065;
    color: #FFF;
    height: 52px;

    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.125px;
    border-radius: 32px;
    transition: all 0.2s cubic-bezier(0.2, 0.91, 0.85, 0.96) 0s;
    padding: 10px 20px;
    font-weight: bold;
}

.login-page .btn-link {

    display: inline-block;
    padding: 6px 12px;
    padding-top: 10px;
    font-weight: 400;
    line-height: 1.42857143;
    padding-top: 10px;
    color:#6e7077;
    font-size: 14px;
    text-decoration:none;
}

.login-page .btn-link:active,
.login-page .btn-link:focus,
.login-page .btn-link:hover {
    text-decoration:underline;
}


.login-page .modal-content.terms-trial {
    width: 50% !important;
    margin-left: 25% !important;
    margin-top: 2% !important;
}

.login-page .errorPage {
    padding-top: 102px;
    background-color: white;
    min-height: 800px;

    text-align: initial;
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.error-page a {
    color: #23527c;
    text-decoration: none;
    font-weight: 300;
}

.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.errorlist {
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #a94442;
}
