input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.login-card-border{
    border: 1px solid #170948;
    box-sizing: border-box;
    border-radius: 10px;
    padding:3%;
    padding-left:2.5%;
    padding-right:2.5%;
}

.roboto-300{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300 !important;
    font-size:95%;
}

.roboto-500{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500 !important;
}

.roboto-700{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700 !important;
}


.text-dark-blue{
    color:#170948;
}

.login-input-form{
    border: 1px solid #9276AC;
    box-sizing: border-box;
    border-radius: 10px;
}

.login-input-form:focus{
    border: 2px solid #9276AC;
}

.login-input-form-light{
    border: 1px solid #9276AC;
    box-sizing: border-box;
    border-radius: 10px;
}

.login-input-form-light:focus{
    border: 2px solid #9276AC;
}

.btn-dark-blue{
    box-shadow: inset -2px -4px 10px rgba(0, 0, 0, 0.5);
    background-color:#170948;
    color:#FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
}

.btn-dark-blue:hover{
    background: #9276AC;
    color:#FFFFFF;
}

.btn-link-blue{
    color:#170948;
    font-weight: 100;
    font-family: 'Roboto';
    font-style: normal;
}

.btn-link-blue:hover{
    color: #9276AC; 
    text-decoration: underline;
    font-weight: 400;
}