html body {
    background-color: rgb(193, 14, 14);
}

body {
    align-items: center;
    display: flex;
    justify-content: center;
    height: auto;
    margin: 60px;
    font-family: "Roboto", sans-serif;
    flex-direction: column;
}

img {
    margin-bottom: 40px;
    border-radius: 20px;
}

.form {
    background-color: #D6D6D6;
    border-radius: 20px;
    box-sizing: border-box;
    height: 940px;
    padding: 30px;
    width: 320px;
    margin: 40px;
}

.title {
    color: #0A0A0A;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    align-self: center;
    align-content: center;
    text-align: center;
}

.subtitle {
    color: #0A0A0A;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.input-container {
    height: 50px;
    position: relative;
    width: 100%;
}

.checkbox-container {
    height: 100px;
    position: relative;
    width: 100%;
}

.ic1 {
    margin-top: 40px;
}

.ic2 {
    margin-top: 30px;
}

.attached {
    margin-top: 20px;
}

.input {
    background-color: #B8B8B8;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: rgb(32, 32, 32);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
}

.input-checkbox {
    background-color: #B8B8B8;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: rgb(32, 32, 32);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
}

.noinput {
    background-color: #cecece;
    border-radius: 12px;
    border: 0;
    font-weight: 400;
    outline: 0;
    box-sizing: border-box;
    color: rgb(32, 32, 32);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    height: 100%;
    padding: 15px 20px 0;
    width: 100%;
}

.cut {
    background-color: #474747;
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -12px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 62px;
}

.cut-short {
    width: 55px;
}

.cut-shortlong {
    width: 82px;
}

.cut-long {
    width: 94px;
}

.cut-longshort {
    width: 130px;
}

.cut-longlonglong {
    width: 205px;
}

.cut-longlong {
    width: 185px;
}

.cut-longall {
    width: 220px;
}

.placeholder {
    color: #afafaf;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    left: 30px;
    line-height: 10.5px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: -6.5px;
}


/* .input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
    color: rgb(72, 255, 127);
}

.input:focus~.placeholder {
    color: #84d2ff;
} */

.submit {
    background-color: rgb(223, 42, 42);
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: rgb(238, 238, 238);
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    outline: 0;
    text-align: center;
    width: 100%;
}

.submit:active {
    background-color: rgb(252, 255, 78);
    color: rgb(61, 61, 61);
}

span {
    color: rgb(32, 32, 32);
}

.langflags {
    display: flex;
    flex-direction: row;
}


/* gtransalte */

a.gflag {
    vertical-align: middle;
    font-size: 32px;
    height: 32px;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/32.png);
}

a.gflag {
    border: 0;
}

a.gflag:hover {
    background-image: url(//gtranslate.net/flags/32a.png);
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

#google_translate_element2 {
    display: none !important;
}