/*!
 Policy Form
 */

 .policy-form-body {
    background-color: #f8f9fc;
}

@media (min-width: 1200px) {
    .policy-form-container {
    width: 70%;
}
}

.form-group label {
    font-size: 20px;
    padding-left: 5px;
} 

.form-check label {
    font-size: 20px;
    margin-left: 10px;
}

form p {
    margin-left: 10px;
}
.sidebar .sidebar-card .sidebar-card-illustration {
    height: 5rem;
}

.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.bg-image-login {
    background-image: url(https://samembership.com/public/template/img/backgroundlogin.png);
}
.login-form-p5 {
    padding: 1rem !important;
}
.login-btn {
    color: #fff;
}
.login-container {
    margin-bottom: 150px;
}

/*!
 Forgot Pssword
 */
 .navbar {
     padding-top:0px;
     padding-bottom:0px;
 }
 
 /*!
DSA Dashboard
 */
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .in-app-logo {
        display: none;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .in-app-logo {
        display: none;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .in-app-logo {
        display: none;
    }
}