 .modal-inner-wrap {
        max-width: 500px;
        }button.amcorder-button.-primary {
            margin: 0 10px 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: .1s all ease-in;
            position: relative;
            display: inline-flex;
            min-width: 85px;
            border: 1px solid #4190c6;
            background: transparent;
            box-shadow: none;
            color: #4190c6;
            font-weight: 400;
            font-style: normal;
            opacity: 1;
            cursor: pointer;
            pointer-events: auto;
            }button.amcorder-button.-fill {
                border-color: #026bb3;
                background: #026bb3;
                box-shadow: none;
                color: #fff;
            }

            legend.cancelorder-information {
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.8rem;
}
.cancelorder-information {
    border-bottom: 1px solid #c5c5c5;
}

.ng-scope >form#loginform {
    width: 50%;
}