/*L-desktop*/

@media (min-device-width:  1600px)
{
    
}

/*L-laptops*/
@media only screen and (min-device-width: 1200px) and (max-device-width: 1440px)
{
    
}

/*laptops/tablets*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
   
    	
}


/*tablets*/
@media only screen and (min-device-width: 576px) and (max-device-width: 768px)
{
	.tab-100
    {
        width: 100%;
    }
    .dashboard::before
    {
        bottom: 0;
        height: 50%;
        top: auto;
    }
    
}


/*Smart phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 576px)
{
	.dashboard::before
    {
        bottom: 0;
        height: 50%;
        top: auto;
    }
    .signup-heading h2
    {
        font-size: 35px;
    }
    .signup-heading p
    {
        font-size: 15px;
    }
    .dashboard-img
    {
        display: none;
    }
    .wrapper
    {
        padding: 40px 0 0 0;
        position: relative;
        z-index: 10;
        margin-bottom: 150px;
        
    }
    .space {
        padding-bottom: 15px;
        padding-left: 15px;
    }
    .agree-notif label
{
    display: flex;
    align-items: center;
    margin-left: 30px;
}

/* checkbox style */
.agree-notif input[type=checkbox]
{
    -webkit-appearance: none;
    width: 65px;
    height: 25px;
    line-height: 20px;
    border: solid 1px #5069b0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 10px;
      
}
.agree-notif input[type=checkbox]:checked
{
    background-color: #5069b0;
    text-align: center;
    border-color: #5069b0;
}
.agree-notif input[type=checkbox]:checked::after
{
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    
}
.agree-notif label span
{
    font-size: 15px;
    color: rgb(12, 16, 71);
    font-weight: bold;
}
.agree-notif label span a
{
    color: #5069b0 !important;
}
.space {
    padding-bottom: 15px;
    padding-left: 15px;
}
.spacetittle {
    padding-left: 15px;
    padding-bottom: 25px;
    padding-top: 35px;
}
.spacetittle2 {
    padding-left: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.spacetittletitle {
    margin-top: 0px;
}
}


