/*font css*/
.login-page,
.signup-page,
.forget-password-page,
.reset-password-page,
.change-password-premium{
    display: table;
    margin: 2px auto 10px;
    width: 100%;
    max-width: 40%;
    padding: 20px 30px 10px
}
.DisplayProfile,
.EditProfile{
    margin-top: 20px;
}
.premium .content-user-links-left{padding-right: 50px; margin-top: 20px;}
.premium li.nav-link{
    border-radius: 0;
    padding: 18px 15px;
    list-style-type: none;
    background-color: #f6f6f6 !important;
    border-bottom: 2px solid #d0d0d0;
    border-left: 8px solid #8a8a8a;
    width: 100%;
}
.premium li.nav-link a{
    color: #000;
}
.premium li.nav-link.active{
    color: #a40600 !important;
    border-left: 8px solid #a40600;
}
.warning{
    margin: 10px 0px;
    font-weight: bold;
    font-size: 18px;
}
.reset-password-page,
.change-password-premium{
    display: table;
    margin: 2px auto 0;
    width: 100%;
    padding: 20px 30px 0
}
.signup-page .relative-position{
    position: relative;
}
.signup-page .eye-icon{
    width: 4%;
    position: absolute;
    right: 3%;
    top: 26px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border: solid 1px #000;
    border-radius:  75% 15%;
    transform: rotate(45deg);
}
.signup-page .eye-icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid 1px #000;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.signup-page .crossed-eye-icon:after{
    position: absolute;
    content: "/";
    color: #000;
    font-size: 20px;
    left: 1px;
    top: -9px;
    transform: rotate(-22deg);
}
.main-title{margin-bottom: 20px;}
.small-title{
    margin-bottom: 10px;
}
.small-title .fieldName{
    display: inline-block;
}
.small-title label{
    display: inline-block;
}
.premium .btn-social {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    display: block;
    text-align: center;
    width: 190px;
    margin: 10px auto;
    display: inline-block;
}

.premium .login-page .fb-btn,
.premium .signup-page .fb-btn {
    background: #3b579d;
    color: #fff
}

.premium .login-page .btn-google,
.premium .signup-page .btn-google {
    background-color: #BB001B;
    color: #fff
}

.premium .login-page .signIn-header,
.premium .signup-page .signIn-header,
.premium .forget-password-page .h1-header,
.premium .reset-password-page .h1-header,
.premium .change-password-premium .h1-header,
.premium .userProfile .h1-header,
.premium .EditProfile .h1-header {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px
}

.premium .forget-password-page .h1-header,
.premium .reset-password-page .h1-header,
.premium .change-password-premium .h1-header,
.premium .userProfile .h1-header,
.premium .EditProfile .h1-header {
    margin-top: 0;
    text-align: left;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.premium .userProfile .h1-header,
.premium .EditProfile .h1-header {
    margin-bottom: 20px
}

.premium .backTo a {
    display: inline-block;
    color: #06c
}

.premium input {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 45px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    margin: 10px 0 5px;
    border-radius: 5px;
}
.premium .EditProfile input{
    width: 50%;
}
.premium input[type=submit] {
    background-color: #a40600;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
    font-size: 18px;
    cursor: pointer;
    max-width: 185px;
}

.premium a.forgot-password-link{
    font-size: 14px;
    display: block;
    text-align: right;
    width: 100%;
    color: #06c;
}

.premium a.register {
    font-size: 17px;
    margin-top: 10px;
    display: block;
    width: 100%;
    color: #06c;
}

.premium .error-msg {
    color: red
}
.premium .grey-border{
    border-top: 1px solid #e8e8e8;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-group {
    margin-top: 20px;
    margin-bottom: 20px
}

.premium .success-msg {
    font-size: 20px;
}

.thankyou {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
    font-size: 20px;
}

.premium .rowField {
    padding-bottom: 10px
}

.premium .profile-actions {
    padding: 20px 0 30px;
    display: flex;
    justify-content: left;
    align-items: center
}

.premium .profile-actions a {
    background-color: #a40600;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 5px
}
.premium .profile-actions a  button{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.premium .EditProfile {
    display: none
}


.premium select {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 45px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    margin: 10px 0 5px;
    border-radius: 5px;
}

.premium .checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.premium .checkbox input {
    height: 20px;
    width: auto;
    margin: 7px 20px 5px 5px
}


@media screen and (max-width:1200px) {
    .premium .btn-social{
        display: block;
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .login-page, .signup-page, .forget-password-page, .reset-password-page, .change-password-premium, .EditProfile{
        max-width: 100%;
    }
   
    .premium .profile-actions {
        display: block
    }
    .premium .profile-actions a {
        display: block;
        margin: 10px;
        width: 92%;
        border-radius: 5px;
        text-align: center
    }
   
    .premium input {
        width: 92%
    }
    .premium .content-user-links-left{
        padding-right: 0px;
    }
    .premium li.nav-link{
        width: 48%;
    }
    .premium li.nav-link:first-child{
        margin-right: 10px;
    }
    .reset-password-page, .change-password-premium{
        padding: 20px 0px 0px;
    }
    .DisplayProfile .userProfile, .DisplayProfile  .packageInfo{width: 100%;}
    .premium .EditProfile input{
        width: 100%;
    }
}
.hide {
    display: none !important
}

.show {
    display: block !important
}
.italic{font-style: italic;}