﻿body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.intro h2,.divider h2 {
    font-size: 16px;
    text-align: center;
    font-weight:bold;
    margin-bottom:20px
}
.entry-item {
    margin-bottom:15px
}
.entry-item label {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.entry-item input {
    background-color: #F5F5F5;
    height: 48px;
    border: 1px solid #F5F5F5 !important;
    font-size: 14px;
    width: 100%;
    border-radius: 0.375rem;
    padding: 10px;
    color: #212529;
    margin-top: 5px;
    box-sizing: border-box;
}

 .error.itemLevel {
    color: #f24a4a;
}

 .buttons button {
    background: #a56a13;
    width: 100%;
    color: #fff;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
    border: none
}

.password-label {
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
}

.password-label u {
        position: absolute;
        right: 0px;
    }
.password-label u a {
            color: #a56a13;
        }

.create p {
    text-align: center
}

#createAccount {
    color: #a56a13;
    padding-left: 4px;
}

.error p {
    padding: 0;
    margin: 3px 0;
    font-size: 12px;
    color: #f44949;
}


/ #forgotPassword {
    display: none
}

/
.create {
    display: none
}

.divider {
    display: none
}




h1 {
    display: block;
    font-size: 2em;
}

h2 {
    display: block;
    font-size: 1.2em;
}

.logincontainer {
    background: #fff;
    border-radius: 10px;
    padding: 50px 100px;
    max-width: 100%;
    width: 550px;
    margin: auto;
    min-height: 65vh;
    box-shadow: 0 0 10px #cecece;
    box-sizing: border-box;
}
    .logincontainer h1 {
        margin:20px 0;
    }

    .logincontainer label {
        font-size: 14px;
        font-weight: bold;
    }

.def-btn-theme {
    background: #a56a13;
    width: 100%;
    color: #fff;
    padding:10px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 15px;
    border: none;
}
.logincontainer .text-danger {
    font-size: 12px;
}