You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.2 KiB
73 lines
1.2 KiB
/*DEMO*/
|
|
.wrapper {
|
|
background-color: #f2f2f2;
|
|
padding: 40px;
|
|
margin: 50px 30px;
|
|
}
|
|
|
|
.form-container {
|
|
padding: 50px 45px;
|
|
}
|
|
|
|
.separator {
|
|
margin-top: 35px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.custom-check{
|
|
cursor: pointer;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-check .checked{
|
|
background: url("../img/rect01.png") no-repeat center;
|
|
background-size: 210px 51px;
|
|
width: 210px;
|
|
height: 51px;
|
|
}
|
|
|
|
.custom-check .not-checked {
|
|
background: url("../img/rect02.png") no-repeat center;
|
|
background-size: 210px 51px;
|
|
width: 210px;
|
|
height: 51px;
|
|
}
|
|
|
|
.titleResF1, div p.titleResF1 {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
.border:after {
|
|
background-color: #CFCFCF;
|
|
content: "";
|
|
display: inline-block;
|
|
height: 1px;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
}
|
|
|
|
.border:after {
|
|
left: 0.5em;
|
|
margin-right: -100%;
|
|
}
|
|
|
|
#page-preloader {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: #090909;
|
|
z-index: 100500;
|
|
}
|
|
|
|
#page-preloader .spinner {
|
|
width: 32px;
|
|
height: 32px;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
background: url('../img/ajax-loader.gif') no-repeat 50% 50%;
|
|
margin: -16px 0 0 -16px;
|
|
} |