﻿body
{
    font-family: "LGFontRegular";
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 16px;
    background: #f5f5f5;
}

.account-box
{
    position: fixed;
    width: 480px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 5px;
    height: 330px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #eaeaea;
}
.account-box1
{
    position: fixed;
    width: 480px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 5px;
    height: 300px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #eaeaea;
}

.account-logo-box
{
    padding: 15px 20px 0 20px;
}
.account-logo-box p
{
    font-size: 18px;
    line-height: 24px;
}


.font-bold
{
    font-weight: 700;
}

.m-b-5
{
    margin-bottom: 5px !important;
}

.m-t-50
{
    margin-top: 50px !important;
}

.m-t-30
{
    margin-top: 30px !important;
}

.m-t-10
{
    margin-top: 10px !important;
}

.m-b-0
{
    margin-bottom: 0px !important;
}

.account-box .account-content
{
    padding: 0px 20px 20px 20px;
    float: left;
    width: 100%;
}
.account-box1 .account-content
{
    padding: 0px 20px 20px 20px;
    float: left;
    width: 100%;
}

.m-b-20
{
    margin-bottom: 20px !important;
}

.checkbox
{
    padding-left: 20px;
}
.btn
{
    font-weight: bold;
    font-size: 16px;
}

.btn-danger
{
    background-color: #ddd !important;
    border: 1px solid #f5f5f5 !important;
    color: #333;
    border-bottom: 4px solid #ccc !important;
    border-radius: 4px;
}

.btn-md
{
    padding: 9px 18px;
}

.waves-effect
{
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .active.btn-danger, .focus.btn-danger, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle
{
    background-color: #e7366a !important;
    border-color: #e7366a !important;
    border: 1px solid #e7366a !important;
    outline: none;
    border-bottom: 4px solid #bb1747 !important;
}
.text-dark
{
    color: #d2227a;
}
.text-dark:hover
{
    color: #C9285C;
}

.form-group
{
    margin-left: -15px;
    margin-right: -15px;
}

label
{
    margin-bottom: 0px;
    color: #777;
}

.form-control
{
    margin-bottom: 5px;
    padding-left: 43px;
}

.textbox-icon
{
    position: absolute;
    width: 38px;
    height: 34px;
    display: inline-block;
    top: 23px;
    left: 15px;
    border: 1px solid #ccc;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    border-radius: 3px 0px 0px 3px;
}
.textbox-icon i
{
    padding-top: 9px;
    font-size: 15px;
    color: #777;
}
.m-t-0
{
    margin-top: 0px;
}
.text-danger
{
    color: #e7366a !important;
}
.forget-pass a
{
    color: #777;
}
.forget-pass a:hover
{
    text-decoration: none;
    color: #d80546;
}
#btnSign
{
    font-size: 22px;
    font-weight: normal;
}
footer
{
    background: #eaeaea;
    padding: 10px 15px;
    text-align: center;
    color: #333;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.login-header
{
    position: relative;
    display: block;
    clear: left;
    padding: 5px 15px;
    box-shadow: 1px 1px 5px #333;
}
.login-header .logo
{
    float: left;
    position: relative;
    width: 105px;
}
.login-header .logo img
{
    width: 100%;
    height: auto;
}
.login-title
{
    position: relative;
    width: 90%;
    text-align: center;
    margin-top: 5px;
}
.login-title h2
{
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
    color: #d80546;
}
.rem-pass
{
    position: relative;
    display: block;
    margin-bottom: 8px;
    margin-top: 5px;
}
.rem-pass input[type="checkbox"]
{
    line-height: normal;
    vertical-align: middle;
    margin: 0px;
    margin-right: 4px;
    outline: none;
}
.rem-pass label
{
    vertical-align: middle;
    margin-top: 1px;
    display: inline-block;
}
.forgot-linkbtn
{
    border: 0px solid #000;
    background: transparent;
    padding: 0px;
	transition:all 0.3s;
}

.forgot-linkbtn:hover
{
    color:#e7366a ;
}


/*Responsive Screen*/
@media screen and (max-width: 767px)
{
    .account-box
    {
        width: 95%;
    }
    .login-header
    {
        padding: 5px 0px;
    }
    .login-title
    {
        width: 100%;
        margin-top: 5px;
    }
    .login-title h2
    {
        font-size: 23px;
        margin: 12px 0px 0px 0px;
        text-align: right;
    }
}

