/* body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
} */
body{
    background: url(https://digitalsociety.eui.eu/wp-content/uploads/2023/02/Creativity-concept.png) no-repeat;
    background-size: cover !important;
    background-position: right;
}

@media screen and (max-width:1700px){
    body{
        background-size: 130% !important;
        background-position: 50%;
    }
}

@media screen and (max-width:1360px){
    body{
        background-size: 160% !important;
        background-position: 50%;
    }
}

nav{
    background-color: #ffffff81 !important;
}

/* .col-lg-6 h1
{
    font-weight: bolder;
} */

.edk
{
    margin-bottom: 200px !important;
}

@media screen and (max-width:922px){
    .edk{
        /* margin-top: 100px !important; */
        margin-bottom: 100px !important;
    }
    .login-arkaplan{
        margin: 0 !important;
    }
    body{
        background-size: 100% 170% !important;
        background-position: 50%;
    }
}

.orcid-login
{
    transition: all 0.4s;
    background-color: #4caf50;
    color: white;
}

.orcid-login:hover
{
    cursor: pointer;
}

label
{
    color: #2a2a2a;
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input, textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
}

input:focus, textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

/* a {
    color: inherit;
    cursor: pointer;
} */

.login-arkaplan
{
    background-color: #d1d1d1c9;
    border-radius: 10px;
    margin-right: -30px !important;
}

@media screen and (max-width: 1600px){
    .login-arkaplan{
        margin-right: 0px !important;
    }
}

.welcome_message
{
    display:flex;align-items:flex-start;justify-content:center;padding:20px;
}

.welcome_message h2
{
    font-size: 40px !important;
    text-shadow: 6px 6px 10px black;
}

form
{
    margin: 0;
}

input[type="submit"]
{
    transition: all 0.4s;
    background-color: #4c77af;
    color: white;
    font-weight: bold;
}

input[type="submit"]:hover
{
    background-color: #4caf50;
}