@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body{
    background-repeat: no-repeat;

    background-position: center center;
    background-color: white !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.wrapper {
    /*background-color: #f8fafc;*/
    background-image: url('/imgs/template_bg_transparent.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.content{
    width: 100%;
    text-align: center;
    margin: auto;
}

.logo{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 80px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    color: #f8c4fc;
    font-size: 30px;
    text-transform: uppercase;
}

h1, .card-header {
    font-weight: bold;
    color: #6838b1;
    font-size: 28px;
}

h2 {
    font-size: 20px;
}

.btn {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    color: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-text-size-adjust: none;
}

.btn-primary {
    border-radius: 10px;
    background-color: #811197;
    border-top: 2px solid #811197;
    border-right: 2px solid #811197;
    border-bottom: 2px solid #811197;
    border-left: 2px solid #811197;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary:hover {
    color: #fff;
    background-color: #811197;
    border-color: #811197;
}

.form-group.row {
    margin-top: 20px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f8c4fc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(248 196 252 / 60%);
}

.btn-primary:focus {
    border-radius: 10px;
    background-color: #811197;
    border-top: 2px solid #f8c4fc;
    border-right: 2px solid #f8c4fc;
    border-bottom: 2px solid #f8c4fc;
    border-left: 2px solid #f8c4fc;
    text-transform: uppercase;
    font-weight: 700;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(248 196 252 / 60%);
}
