html *:not('i') {
    font-family: Roboto!important;
}
body {
    min-height: 50rem; 
    margin: 0px !important;
    background-image: linear-gradient(69deg,rgba(20,92,158,.4),rgba(0,53,89,.6)),url(../img/backgroundblue.jpg) !important;
    background-repeat-y: no-repeat !important;
    background-repeat-x: no-repeat !important;
    background-size: 100%;
    background-color: rgba(0,53,89,1) !important;
    overflow-x: hidden;
    font-weight: 300 !important;
    font-family: Roboto !important;
}
a {
    color: white;
}
a:hover {
    color: white;
    text-decoration: underline;
}
a:visited {
    color: white;
}
.row-no-margin {
    margin:0;
}
.intro {
    position:relative;
}
.intro h2 {
    margin-top: 4px;
    font-size: 18px;
    color: #003559;
}
.login-sub-header {
    height: 117px;
    background: url(../img/background.svg) bottom/cover no-repeat;
}
.login-label {
    font-family: Roboto;
    font-size: 18px;
    color: #003559;
    font-weight:500;
    display:inline-block;
}
.panel-login {
    overflow: auto;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    border-radius: 10px;
    background: #fff;
    flex-wrap: wrap;
    padding-left: 24px;
    padding-top: 38px;
    padding-right: 24px;
    padding-bottom: 20px;
}
.accordion-login-body {
    background: #e8f6ff !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #455a64;
    font-size: 14px;
}

.card-header .title {
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
}

#warningsTitle{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: unset;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
    color: #fff !important;
    font-weight: 400;
    margin-top: 5px;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
    background: linear-gradient(90deg,#0089ce 0,rgba(20,92,158,1) 0,#00355a 100%);
}

.card {
    border: 0px solid #ddd;
    border-radius:8px;
}

.card-body {
    border-top: 0px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.top-header {
    top: 0;
    background: #fff;
    height: 114px;
}
.top-header img{
	margin-top:-8px;
}
.headerButtons {
    margin-top: 6px;
}
.noPadding {
    padding:0px;
}
.btn-blue-gradient {
    padding: 0 !important;
    width: 94px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
    background-image: linear-gradient(112deg,#0089ce,#00355a) !important;
    border-radius: 3px !important;
    float: right;
    margin: 0 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    background-color: unset !important;
}
.btn-register-md {
    padding: 0 !important;
    width: 94px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #b0bec5 !important;
    background: #fff !important;
    border-radius: 3px !important;
    float: left;
    margin: 0 !important;
    font-family: Roboto!important;
    font-size: 14px !important;
    border-color: #b0bec5 !important;
}
.header-btn {
    min-width: 64px;
    height: 36px;
}
.header-btn-home {
    /* margin-left: 70px; */
    background-color:#fff;
}
    .header-btn-home:hover {
        background-color: #E0E0E0;
        color: #A7A9AA;
    }
.header-btn-language {
    margin-right: 70px;
    background-color: #fff;
}
    .header-btn-language:hover {
        background-color: #E0E0E0;
        color: #A7A9AA;
    }
.buttonHeader {
    color: #bec0c2;
    font-size: 10px;
}
.mat-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    min-width: 88px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 2px;
    overflow: visible;
}

.mat-buttong-ripple {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}


.footer {
    text-align: center;
    color: #fafafa;
    width: 100%;
    font-size: 12px;
}
.footer-text {
    margin-top: 80px;
}
.icn-login-button {
    margin-left: 15px;
    opacity: .33;
}
img.icn-login-button {
    vertical-align: middle;
    border-style: none;
}
/* .btn-bottom-panel-right {
    float: right;
} */
.matricola-lablel-header {
    font-size: 14px;
    color: #90a4ae;
    margin-right: 5px;
    font-family: Roboto-Regular;
}
.accordion-login-header {
    background: #fafafa;
    cursor: pointer;
    padding-left: 15px !important;
    height: 48px;
    line-height: 48px;
}
.matricola-code-header {
    font-size: 18px;
    color: #3a4454;
    font-family: Roboto-Regular;
}
.accordion-login-body-matricole {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #455a64;
    font-size: 14px;
    background: #eceff1;
}
.title-body-accordion {
    color: #003559;
    font-size: 12px;
    font-weight:500;
}
.description-body-accordion {
    color: #455a64;
    font-size: 12px;
}
.mat-radio-button {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
}
.mat-radio-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
}
.mat-radio-container {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.mat-radio-label-content {
    display: inline-block;
    order: 0;
    line-height: inherit;
    padding-left: 8px;
    padding-right: 0;
}
.matricola-label-header {
    font-size: 14px;
    color: #90a4ae;
    margin-right: 5px;
    font-family: Roboto;
}
.matricola-code-header {
    font-size: 18px;
    color: #3a4454;
    font-family: Roboto;
    font-weight:400;
}
.right-label {
    text-align:right;
}
.left-label {
    text-align:left;
}
.rotate-icon
{
    padding:15px;
}
.info-button {
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.hide {
    display: none;
}

.info-button:hover + .hide {
    display: block;
    position:absolute;
    z-index:1000;
    left:200px;
}
.alert-success {
    font-size: 14px;
    background-color: rgb(232, 240, 254);
}

.rotate-icon{
    padding:inherit;
}


.error{
    font-size: 18px;
}

.col-btn{
    padding:10px;
}


.col-md-5-ucsc {
    max-width: 594px!important;
    /* min-width: 594px!important; */
}

.mat-stroked-button:not([class*=mat-elevation-z]){
    box-shadow: 0 0 0 0 rgb(0 0 0 / 20%), 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%);
}

.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    margin: 0;
    min-width: 88px;
    overflow: visible;
}

.btn-bottom-panel-right{
    float: right!important;
}


.row-cont{
    display: flex;
    flex-wrap: nowrap!important;
    margin: 0!important;
}

.col-center-block{
    float: none;
    display: block;
    margin: 0 auto;
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.btn-bottom-panel-box{
    max-width: 50%;
    flex: 0 0 50%;
}


.btn-bottom-panel {
    border: 1px solid #fafafa59;
    border-radius: 20px;
    color: #263238;
    font-size: 12px;
    text-align: center;
    width: 174px;
    height: 36px;
    line-height: 36px;
    float: left;
    background-color: #eceff1;
    font-weight: 500;
}
    .btn-bottom-panel:hover {
        background-color: #CFD2D4;
    }

.buttons{
    padding-top: 40px;
}
#register{
    box-shadow: none;
    border: 1px solid currentColor;
}

/*select matricola*/
.matricola-code-header,.matricola-year-header{
    font-size: 15px;
}
#arrow{
    font-size: 17px;
    margin-left: 15px;
}
.right-label{
    padding-left: 10px;
}


.link-blue{
    color: #007bff;
}


#verifying_blurb{
    font-size: 16px;
}

@media (max-width: 767px){
    .row-cont{
        flex-wrap: wrap!important;
    }
        .btn-bottom-panel-box{
            max-width: 100%!important;
            flex: 0 0 100%!important;
        }
        .btn-bottom-panel-text{
            margin-left: 0!important;
            text-align: center;
        }
        .btn-bottom-panel{
            width: 100%;
        }
        .btn-bottom-panel-right{
            margin-left: 0!important;
            margin-top: 20px;
        }
        .btn-bottom-panel-right{
            float: right;
        }
        #logoSmall{
            display: none;
        }
}

@media (min-width:768px){
    .col-md-5{
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    
}
@media (min-width: 576px){
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
}

@media (max-width: 1200px){
    .row-cont{
        flex-wrap: wrap!important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1280px){
    .col-md-5-ucsc {
        min-width: 594px!important;
    }
}

@media (min-width: 1200px){
    .col-md-5-ucsc {
        max-width: 594px!important;
        min-width: 594px!important;
    }
}

@media (min-width: 1280px){
    .col-md-5-ucsc {
        max-width: 594px!important;
        min-width: 594px!important;
    }
}
   

div.eye{
	background-image:url(../img/Eye_icon-icons.com_52105.png);
	background-repeat: no-repeat;
    background-position-y: 11px;
	background-size:contain;
	width: 24px;	
	display: block;
	height: 24px;
	position: absolute;
	right: 13px;
	top: 4px;
	cursor: pointer;
	font-size:0.8em;
	line-height: 15px;
	white-space: nowrap;
}

div.loader{
	background-image:url(../img/loading.gif);
	background-size: cover;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: -150px auto;
}