.signin-logo {
    width: 200px;
    padding-top: 7rem;
    padding-bottom: 2rem;
}

.linkup-logo {
    width: 200px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.blur-purple {
    margin: 0 1rem;
    background-image: url(/assets/link_up/rectangle1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 20px;
}

.signin-section {
    background-image: url(/assets/link_up/background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 5rem;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin-top: -1rem;
}

.grad-section {
    background-image: url(/assets/link_up/image2375.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.signin_form {
    text-align: left;
}

.signin_form label {
    display: block;
    font-weight: normal;
    line-height: 1.71;
    margin-bottom: 5px;
    color: #FFFFFF;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

.signup_form .app-input_show-password {
    background: none;
    background-size: cover;
    width: 23px;
    height: 13px;
    border: none;
    outline: none;
    position: absolute;
    right: 20px;
    top: 40%;
}

.signin_form .app-input_show-password {
    background: none;
    background-size: cover;
    width: 23px;
    height: 13px;
    border: none;
    outline: none;
    position: absolute;
    right: 20px;
    top: 50%;
}

.signin_form .form-control {
    display: block;
    border-radius: 25px;
    box-shadow: inset 0 2px 3px 0 rgb(0 0 0 / 10%);
    background-color: transparent;
    height: 50px;
    border: 1px solid #FFBB5B;
    width: 100%;
    outline: none;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}

.app-input_show-password i {
    color: #fff;
}

::placeholder {
    color: #fff;
}

.signin_form .btn-grad {
    display: block;
    border-radius: 25px;
    padding: 12px;
    border: none;
    width: 100%;
    outline: none;
    text-align: center;
    color: #383535;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background: #FFBB5B;
    border: 1px solid #fff;
}

.login_links p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #BDADAD;
    text-decoration: none;
}

.login_links a {
    color: #FFBB5B;
    text-decoration: none;
    font-weight: 700;
}

.title2 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.stay_signedin {
    display: inline !important;
}

.password_links a {
    color: #FFBB5B;
    text-decoration: none;
}

.desktop-lv {
    display: inline-block;
    width: 10%;
}

input[type=checkbox] {
    position: relative;
    border: 2px solid #9EA1AE;
    border-radius: 7px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: #FFBB5B;
    opacity: 1;
}

input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}


.form-group input::-webkit-input-placeholder {
    color: #fff;
    opacity: 80%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .desktop-lv {
        display: none !important;
    }
}