﻿.container {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    display: flex;
    min-height: 100vh;
}

.shipper-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register-div {
    display: flex;
    width: 100%;
}

.register-left-div {
    background-color: white;
    width: 50%;
}

.register-image-div {
    width: 50%;
}

.register-container {
    height: 725px;
    background-color: white;
}

.register-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 1px rgba(151, 151, 151, 0.2);
    background-color: white;
    height: 133px;
}

.header-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.register-row {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: -webkit-fill-available;
    background-color: #fafafa;
}

.form-container {
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.form-input {
    width: 100%;
    height: 48px;
    border-radius: 2px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    border: none;
    outline: 0px;
}

.form-row {
    width: 240px;
}

.form-title {
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #3f3f3f;
}

.register-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 74px;
    border: solid 1px rgba(151, 151, 151, 0.2);
    background-color: white;
}

.register-header-text {
    width: 439px;
    height: 44px;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #1b2937;
}

.register-header-title {
    width: 315px;
    height: 22px;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e46f2f;
}

.footer-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.footer-text-left {
    width: 177px;
    height: 22px;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #192a36;
}

.footer-text-right {
    width: 250px;
    height: 22px;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
}

.footer-text-right-email {
    color: #e46f2f;
}

.footer-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72px;
    border-radius: 8px;
    background-color: #f0f0f0;
    padding: 25px;
}

.footer-bg-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.footer-bg-text {
    width: 309px;
    height: 40px;
    font-family: "Avenir Next";
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.01px;
    color: rgba(63, 63, 63, 0.5);
}

    .footer-bg-text > a {
        color: #e46f2f;
    }

        .footer-bg-text > a:hover {
            color: black;
        }

.signUp-Button {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ff781e;
    color: white;
    font-family: "Avenir Next";
}

.icon_drayage {
    width: 64px;
    height: 64px;
    opacity: 0.2;
}

.input-row-margin {
    margin-bottom: 30px;
}

.eye-icon {
    position: absolute;
    right: 30px;
    top: 40px;
}

.comment-icon {
    width: 16px;
    height: 15.2px;
    object-fit: contain;
}

@media only screen and (max-width:425px) {
    #shipper-image {
        display: none;
    }

    .register-header {
        height: auto;
    }

    .register-content {
        height: auto;
    }

    .input-custom-margin {
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-bg {
        height: auto;
        text-align: center;
    }

    .shipper-footer-text {
        width: 100%;
        text-align: center;
    }

    .header-padding-left {
        padding-left: 0px;
    }

    .header-padding-right {
        padding-right: 0px;
    }
}

@media only screen and (min-width:426px) and (max-width:768px) {
    #shipper-image {
        display: none;
    }

    .register-header {
        height: auto;
    }

    .register-content {
        height: 100%;
    }

    .input-custom-margin {
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-bg {
        height: auto;
        text-align: center;
    }

    .shipper-footer-text {
        width: 100%;
        text-align: center;
    }

    .header-padding-left {
        padding-left: 0px;
    }

    .header-padding-right {
        padding-right: 0px;
    }
}

@media only screen and (min-width:769px) {
    #shipper-image {
        display: block;
    }
}

@media only screen and (min-width:1440px) and (max-width:2560px) {
    .footer-bg {
        padding: 0px 10px 0px 10px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1439px) {

    .footer-bg {
        height: 130px;
        text-align: center;
    }

    .footer-bg-text-left {
        max-width: 100%;
        flex: 100%;
    }

    .footer-bg-btn-right {
        max-width: 100%;
        flex: 100%;
    }
}
