@import url(https://fonts.bunny.net/css?family=barlow:300,400);

body {
    font-family: 'Barlow', sans-serif;
    color:#fff;
    background-image: url("/scheduler.bg-scheduler.css");
    background-size: cover;
    text-align: center;
}
#container {
    padding-top:10vh;
}
#box {
    background-color: rgba(0,0,0,.075);
    max-width:650px;
    display: inline-block;
    margin:0 auto;
    border-radius: 4px;
    overflow: hidden;
}
.logo {
    width:70%;
    margin:30px;
}
.openloop {
    font-size:20px;
    font-weight:400;
}
p {
    font-weight:300;
}
a {
 color: rgb(255, 255, 255) !important
}
.form-group {
    max-width:80%;
    margin:0 auto;
    margin-bottom:10px;
}
.btn {
    margin-bottom:20px;
}
#errors {
    font-size:15px;
    font-weight:400;
    color:#e74c9b;
}
.openloop-input {
    border: 1px rgba(255, 255, 255, 0.5) solid;
    background-color: rgba(0, 0, 0, 0);
    color:#fff;

}
.openloop-input:focus {
    border: 3px #e74c9b solid;
    background-color: rgba(0, 0, 0, 0);
    color:#fff;
    outline:none;
    box-shadow:none
}

.openloop-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

