/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/






.sky-form .error{
	font-size: 14px;
	color: #d64631;
    font-weight: 700;
  

}



.sky-form .label {
	border-radius: 0;
	width: 100%;
	text-align: left;
	white-space: normal;
	color: inherit;
	font-size: 14px;
	font-weight:400;
    margin-bottom: -1.5rem;
}

.sky-form .input {
	
	width: 100%;

}

.sky-form .state-error + em {
    display: block;
    margin-top: -10px;
    padding: 7px 10px;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    color: #eb232e;
    padding-left: 15px;
}

.sky-form .message {
    display: none;
    color: #6fb679;
}


.sky-form.submited .message {
    display: block;
    padding: 25px 30px;
    
    text-align: center;
}

.sky-form.submited fieldset {
    display: none;
}


.sky-form .zidcapt .state-success input {
    background: #133517 !important;
}

.sky-form .zidcapt .state-error input {
    color: #351313 !important;
}


.sky-form .zidcapt .valid  {
    color: #37d121 !important;
}




.some-css-selector {font-size:13px;}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

