/* Astra Child Theme Generator CSS Start */
#astra-child-theme-form {
    box-shadow: none !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 800px !important;
    padding: 4.2em !important;
}
@media(max-width:490px){
    #astra-child-theme-form {
        padding:2em !important;     
    }
}
#astra-child-theme-form label{
	margin-bottom:10px!important;
}
#astra-child-theme-form .controls{
cursor:pointer;
}
#astra-child-theme-form textarea{
padding: 15px 20px;
height:310px;
}
#astra-child-theme-form input[type=file]{
	cursor:pointer;
	margin-top:10px;
}
#astra-child-theme-form input:focus{
	border-color: #adadad;
    outline: none;
}
/* Astra Child Theme Generator CSS End */