.gpm .modal__box {
    max-width: 75vw
}

#loginColumn .checkbox{
    margin-right: 5px;
    
}
#loginColumn .form-check {
    padding-left: 0;
}
#loginColumn {
    background-color: white;
    padding: 20px 70px;
}
#loginColumn .btn{
 
    border:1px solid transparent;
}
#loginColumn .btn:hover {
    background-color: #78220c;
    color: white;
    border:1px solid #FFF;
}
#whyRegisterColumn {
    background: linear-gradient(#27578a, #0c68a7);
    padding:20px 35px 30px 35px;
    color:white;
}

#whyRegisterColumn img {
    height: 28px;
    margin-right: 18px;
}
#whyRegisterColumn .modal-gpm__title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #FFF;
}
#whyRegisterColumn ul {
    padding:20px
}
#whyRegisterColumn ul li {
    font-size: 15px;
    padding: 10px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}
#whyRegisterColumn .modal-gpm__title {
    color: white;
}
#whyRegisterColumn .btn{
 
    border:1px solid transparent;
}
#whyRegisterColumn .btn:hover {
    background-color: #0a588c;
    color: white;
    border:1px solid #FFF;
}

.gpm .modal-gpm {
    max-height: 80vh;
    overflow: hidden;
}
@media only screen and (min-width: 1175px) {

    .modal-gpm {
        padding: 0;
        overflow: hidden;
    }
     
}

@media only screen and (max-width: 1175px) {

    #loginColumn{
        padding: 20px 30px;
    }

    .gpm .modal__box{
        max-width: 100vw
    }
    
}


