@charset "utf-8";
body {
    background-image: url(../img/creation/back1.jpg);
    background-attachment: fixed;
}
.jumbo_back {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 250px;
    background-image: url(../img/creation/atype.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.jumbo_back h1 {
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}

.font_gray {
    color: rgba(197,197,197,1.00);
}
.font_white {
    color: rgba(255,255,255,1.00);
}
.salmon-pink{
    color: hsla(0,100%,71%,1.00);
}
hr {
    background-color: hsla(0,0%,100%,1.00);
    height: 2px;
}
.hr2 {
    background-color: hsla(0,0%,100%,1.00);
    height: 1px;
}
.login {
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.14) 0%,rgba(0,124,255,0.34) 46.63%,rgba(148,148,148,0.59) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.14) 0%,rgba(0,124,255,0.34) 46.63%,rgba(148,148,148,0.59) 100%);
}
.font_gray {
    color: rgba(203,203,203,1.00);
}
.list-mark li{
    background-image: url(../img/requestwise/listmark-2.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    list-style-type: none;
    background-position: left center;
    margin-bottom: 10px;
}

.list-mark-4{
    background-image: url(../img/requestwise/listmark-4.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}
.font-20{
    font-size: 20px;
}
.font-23{
    font-size: 23px;
}
.font-16{
    font-size: 16px;
}
.font-13{
    font-size: 13px;
}
.font-13 p{
    font-size: 13px;
}
.index-line{
    border-left: 5px solid hsla(242,100%,50%,1.00);
    padding-left: 10px;
}
