.Login{
    width: 100vw;
    height: 100vh;
    background: white;
    padding: 20px 10px;
}
.loginLogo{
    height: 55px;
}
.loginMain{
    width: 430px;
    max-width: 100%;
    margin: 0px auto;
    background: linear-gradient(to left, #808080, #1a1a1a); /* Hintergrundfarbverlauf der Card */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /* Schatten hinzufügen */

}
.gradient-bg {
    background: linear-gradient(to left, #172e40, #36444f); /* Hintergrundfarbverlauf der Card */
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 430px;
    max-width: 100%;
    margin: 0px auto;

}
.custom-link {
    color: #ff3300; /* Hier die gewünschte Farbe eingeben */
    text-decoration: none; /* Optional: Textunterstreichung entfernen */
}

.custom-link:hover {
    color: #008080; /* Farbe beim Hover-Effekt */
    text-decoration: underline; /* Optional: Textunterstreichung beim Hover-Effekt hinzufügen */
}
.custom-link1 {
    color: #ff3300; /* Hier die gewünschte Farbe eingeben */
    text-decoration: none; /* Optional: Textunterstreichung entfernen */
}

.custom-link1:hover {
    color: #008080; /* Farbe beim Hover-Effekt */
    text-decoration: underline; /* Optional: Textunterstreichung beim Hover-Effekt hinzufügen */
}

.google-btn {
    background-color: #4285f4;
}
.facebook-btn {
    background-color: #061d44;
}
.social-login-btn {
    padding: 1px;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 25%);
    display: inline-flex;
}
.social-login-btn .google-icon-wrapper {
    width: 40px;
    height: 38px;
    border-radius: 2px;
    background-color: #fff;
}
.social-login-btn .google-icon {
    margin-top: 7px;
    max-height: 24px;
}
.social-login-btn .btn-text {
    flex: 1;
    color: #fff;
    font-size: 15px;
}
.social-login-btn:hover {
    cursor: pointer;
    box-shadow: 0 0 6px #4285f4;
}
.captcha-container{
    border:1px #d9d6d6 solid;
    border-radius: 5px;
    padding:2px;
    display: flex;
    justify-content: space-between;
}
#captchCode{
    width: 210px;
    height: 70px;
    background: url(../img/captcha.png);
    font-size: 41px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 12px;
    color: #96b3e7;
}
#captchCode:hover{
    cursor: pointer;
}
#captchaInput{
    font-size: 20px;
    border: none !important;
    width: 100px;
    padding:7px 10px;
    outline:none;
}
.codeType{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 8.5px 14px;
    background: #f9f9f9;
    width: 15%;
}
