﻿body {
    background-image: url('../Images/HCM-scaled.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.container {
    text-align: center;
}

.form-control.content {
    margin-top: 10vh;
    background-color: rgb(255, 255, 255,0.5);
    border-radius: 20px;
    min-width: 240px;
}

.form-group__element {
    margin-top: 20px;
}

#socialLoginList {
    margin-bottom: 10%;
}

.login-gg {
    border-radius: unset;
    border: 1px solid black;
    /*    margin-bottom: 10%;*/
}

.btn.login-gg {
    width: 30%;
    height: 70px;
    border-radius: 10px;
    font-weight: bold;
    background-color: white;
    min-width: 200px;
}

    .btn.login-gg > div {
        display: inline-table;
        color: black;
    }

.form-group {
    border-radius: 20px;
    /*border: solid 1px #141619;*/
    padding: 10px;
}

h1 {
    margin-top: 40px;
    color: black;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(255,255,255,.5);
}

.text-content {
    margin-top: 4%;
    margin-bottom: 10px;
}

.login-text {
    font-weight: bold;
    color: black;
    margin-bottom: 0;
}


@media only screen and (min-width:800px) {

    .container {
        padding-left: 15vw;
        padding-right: 15vw;
    }
}
