@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.otf") format("opentype");
}
@font-face {
    font-family: Montserrat-Light;
    src: url("../fonts/Montserrat-Light.otf") format("opentype");
}
@font-face {
    font-family: Montserrat-Thin;
    src: url("../fonts/Montserrat-Thin.otf") format("opentype");
}

.login-form {
    width: 340px;
    margin: 50px auto;
  	font-size: 15px;
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.login-form .form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
.login-form .btn {        
    font-size: 15px;
    font-weight: bold;
}


.participants-welcome-form {
    /*width: 1040px;*/
    margin: 50px auto;
  	font-size: 15px;
}

.participants-welcome-form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.participants-welcome-form {
    min-height: 38px;
    border-radius: 2px;
}
.participants-welcome-form {
    font-size: 15px;
    font-weight: bold;
}

.participants-welcome-form .label {
    color: #a6a6a6
}

#content .label {
    color: #a6a6a6
}

.participants-register-form {
    width: 340px;
    margin: auto auto;
  	font-size: 15px;
}
.participants-register-form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.participants-register-form {
    min-height: 38px;
    border-radius: 2px;
}
.participants-register-form {
    font-size: 15px;
    font-weight: bold;
}


.comparison-button-container {
    display: table;
    margin-top: 15px;
    margin-bottom: 15px;
}

.comparison-button {
    background: rgb(71, 132, 230);
    margin: 5px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    text-align: center;
    font-weight: 600;
    color: white;
}

.comparison-button:hover {
    /*font-weight: bolder;*/
    box-shadow: 0 0 5px black;
}