/*
ProVision Co.
-------------
This web application design and development by ProVision Co.

All source files, presentable or core, graphics and layout are owned/controlled by ProVision, and no one, entity or individual, can use/modify/destribute at anytime or to anywhere without a written approval from ProVision.

This website/web app is based on LegionCMS engine, which is a MVC platform built completely from scratch by ProVision's team.

-We know that you like this code, if you are interested joing our team, dont hesitate sending your CV to us.
--------------
Omar Shamali
https://provision.ps 
*/


#c_bag {
    background: #b94751c7;
    color: white;
    padding: 6px;
    border-radius: 100%;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 17px;
    border: 1px solid white;
    box-shadow: 0 0 3px saddlebrown;
}


#c_header_login {
    background: var(--mainColor);
    color: white;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 0 2px pink;
    padding-bottom: 8px;
}

#c_header{
	margin-left:20px;
}


#c_users_1607779937 {
    width: 349px;
    margin: auto;
    text-align: center;
    background: #f9f9f9;
    padding: 53px;
    box-shadow: 0 0 3px var(--mainColor);
    border-radius: 7px;
}


.form_field {
    margin: unset !important;
    width: 100% !important;
    margin-bottom: 25px !important;
}

.input_area {
    padding-right: unset !important;
}


#c_successSignup,#c_successLogin {
    width: 300px;
    margin: auto;
    text-align: center;
    background: var(--mainColor);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px gray;
    color: white;
    line-height: 23px;
}

