@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap);

* {
    font-family: "Roboto",sans-serif
}

body,html {
    min-height: 100%
}

html {
    background-image: linear-gradient(to bottom right,#96acea,#aa87c9)
}

body {
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.Dbox1 {
    max-width: 600px;
    position: relative;
    width: 100%;
    height: 550px;
    margin: 150px auto 0;
    display: block;
    overflow: hidden;
    font-size: 20px
}

#station,.inputs {
    margin-top: 4px;
    font-size: 14px;
    width: 100%;
    padding: 8px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    resize: vertical;
    display: inline-block;
    font-family: sans-serif;
    box-sizing: border-box
}

.input-field1 {
    margin-top: 20px
}

#inputlarge,button {
    padding: 8px;
    border-radius: 5px
}

#inputlarge {
    max-width: 100%;
    font-size: 14px;
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    background-color: #fff;
    resize: vertical;
    display: inline-block
}

.text,label {
    font-size: 12px;
    cursor: default
}

#inputlarge,button,label {
    margin-top: 4px;
    font-family: sans-serif;
    box-sizing: border-box
}

label {
    background-color: #d3d3d3;
    box-shadow: inset 0-.6em 1em -.35em rgba(0,0,0,.17),inset 0 .6em 2em -.3em rgba(255,255,255,.15),inset 0 0 0 .05em rgba(255,255,255,.12);
    height: 40px;
    width: 100px;
    float: right
}

label {
    line-height: 36px;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    overflow: hidden
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 500,
  'GRAD' 0,
  'opsz' 24;
}

.buttonfault, .buttonphoto {
    font-family: sans-serif;
    font-size: 16px;
    color: #3b3838;
    background-color: #d3d3d3;
    box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align:center;
    width: 80px;
    padding: 8px;
    height: 40px;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    border: 0;
    float: right;
    margin-left: 4px;
    margin-top: 4px;
}

.buttonphoto {
    width: 80px;
    margin-right: -4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.buttonphoto:hover {
    box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.buttonfault:hover {
    box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.text {
    margin-top: 20px;
    color: #3b3838
}

.Sub-Title,.Title,button,label {
    color: #3b3838;
    text-align: center
}

.Title {
    float: right;
    width: 100%;
    font-family: "Open Sans",sans-serif;
    font-size: 50px;
    font-weight: 600
}

.Sub-Title {
    margin-top: 60px;
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-weight: 300
}

.logosbox {
    margin-top: 350px;
    position: absolute;
    display: inline-block
}

.footer {
    background-color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: block;
    border-top: 1px solid #ccc
}

@media screen and (max-width:600px) {
    .Dbox1 {
        flex-direction: column;
        max-width: 300px;
        position: relative;
        margin: 40px auto 0
    }

    #inputlarge,.inputs {
        font-size: 12px
    }

    .Title {
        margin-left: 0;
        margin-top: 5%;
        font-size: 18px
    }

    .Sub-Title {
        margin-top: 20px;
        color: #3b3838;
        font-family: "Roboto",sans-serif;
        font-size: 16px;
        font-weight: 300
    }

    .logosbox {
        margin-top: 350px
    }

    .Dbox1 .login-form {
        width: 100%;
        height: 300px;
        padding: 10px 35px;
        position: relative
    }

    .button {
        padding: 10px
    }
}