/**/
/* general */
/**/

@font-face {
    font-family: 'raleway-black';
    src: url('../font/raleway/Raleway-Black.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'raleway-light';
    src: url('../font/raleway/Raleway-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'raleway-bold';
    src: url('../font/raleway/Raleway-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'raleway-regular';
    src: url('../font/raleway/Raleway-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

html, body {
    /* Full left side */
    margin-left: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-image: url('../images/background/plane-black.png');
    /*background-image: url('../74141.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index:0;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #878787;
    font-family: 'raleway-light', serif;
}

/**/
/* section */
/**/

/* label on right top of div*/
.label {
    color: #CCC;
    font-size: 0.7rem;
}
.level-item span {
    color: #206998;
    border-bottom: 3px solid #206998;
    margin-right: auto;
    margin-left: auto;
}
#univair-txt {
    font-family: 'raleway-black', serif;
    margin-right: 0;
}
#services-txt {
    font-family: 'raleway-light', serif;
    margin-left: 0;
}
a {
    font-size: 0.7rem;
    color: #CCC;
    border-bottom: 1px solid #CCC;
    right: 0;
    font-family: 'raleway-light', serif;
}
#sign_in {
    width: 80%;
    font-family: 'raleway-light', serif;
}
.input {
    font-family: 'raleway-light', serif;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none;
    border-radius: 0;
}
.box {
    color: #dbdbdb;
    border-radius: 0;
    border: unset;
    box-shadow: none;
}
#box-login {
    /*width: 28% !important;*/
    background: #FFFFFF;
    /* shadow on bottom, shadow on left, shadow on top, shadow on right */
    box-shadow: 0px 15px 10px -15px rgba(10,10,10,.1), -15px 0px 10px -15px rgba(10,10,10,.1), 0px -15px 10px -15px rgba(10,10,10,.1), 15px 0px 10px -15px rgba(10,10,10,.1);
}

.column.my-class {
    padding: 0;
    display: inline-flex;
}

/**/
/* svg */
/**/
.is-svg-grey {
    fill: #727c8f;
}
.is-svg-grey-alt {
    fill: #dbdbdb;
}
.is-svg-white {
    fill: #FFFFFF;
}
.is-svg-18 {
    height: 18px;
    width: 18px;
}
.is-svg-10 {
    height: 10px;
    width: 10px;
}
.is-svg-14 {
    height: 14px;
    width: 14px;
}
.is-svg-64 {
    height: 64px;
    width: 64px;
}
.is-grey {
    color: #000;
}