#loginPanel {
    border-radius: 30px;
    padding: 30px;
    background: none;
    border: 1px solid #e6e6e6;
    margin-bottom: 100px;
}

.alert-box{
    padding-left: 30px;
}

#loginPanel label {
    font-size: 14px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
}

#loginPanel .button {
    font-size: 13px;
    padding: 12px 24px;
    width: 100%;
    background-color: #E85F50;
}

#loginPanel p {
    font-size: 13px;
}

#socialLogin {
    text-align: center;
}

#socialLogin a {
    font-size: 13px;
    padding: 12px 24px;
}

#registrationOr .text {
    display: block;
    position: relative;
    margin-bottom: 18px;
    margin-top: 0;
}

#socialLogin .text {
    display: block;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

#socialLogin .text:before,
#registrationOr .text:before,
#registrationOr .text:after,
#socialLogin .text:after {
    display: block;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #e6e6e6;
    top: 40%;
    position: absolute;
}

#registrationOr .text:after,
#socialLogin .text:after {
    right: 0;
}

#socialLogin .facebook-btn {
    background-color: #395697;
}

#socialLogin .google-btn {
    background-color: #E0492F;
}

#loginNav {
    margin-top: 30px;
    border-bottom: solid thin #e6e6e6;
    margin-bottom: 60px;
}

#loginNav a {
    font-family: "Source Sans Pro", sans-serif;
    border: none;
    background: none;
    color: #222;
    font-size: 12px;
    margin: 0;
    padding: 8px 12px;
    padding-top: 10px;
}

#loginNav a.active {
    border: solid thin #ddd;
    bottom: -1px;
    border-bottom: solid 2px #fff;
    background-color: #fff;
}

#loginNav a.active:after {
    position: absolute;
    top: 1px;
    height: 2px;
    background-color: #E85F50;
    width: 98%;
    content: '';
    display: block;
    left: 1%;
}

h2.secured-title {
    color: #555 !important;
    margin-top: 0 !important;
    padding-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-family: "Source Sans Pro", sans-serif;
}

#forgotPassword {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin: 15px;
    margin-bottom: 0;
}

#loginForm .checkbox-container {
    margin-top: 6px;
}

#loginForm .checkbox-container label {
    font-size: 12px;
}

.phone-preview {

    width: 320px;
    height: 480px;
    border: solid 1px #ccc;
    display: block;
    color: #fff;
}

.phone-preview .title {
    width: 100%;
    color: #fff;
    height: 30px;
    background-color: #222;
    line-height: 30px;
    text-align: center;
    padding: 5px;
}

.phone-preview .body {
    padding: 15px;
}
