.caca-container {width: 550px; margin: 0 auto; padding: 85px 0 20px 0;}
.caca-container > h1 {display: block; margin: 0 0 30px 0; font-size: 18px; line-height: 21px; font-weight: 600; color: #333; text-align: center;}

.caca-container .form {margin-bottom: 20px;}
.caca-container .form > .title {display: block; margin: 0 0 10px 0; font-size: 12px; line-height: 14px; color: #222; font-weight: 600; text-transform: uppercase;}
.caca-container .form > .row {display: flex; flex-flow: row nowrap;}
.caca-container .form > .row > .cell {display: block; flex: 1 1 auto; width: 100%;}
.caca-container .form > .row.x2 > .cell {width: 50%; margin: 0 10px;}
.caca-container .form > .row.x2 > .cell:first-child {margin-left: 0;}
.caca-container .form > .row.x2 > .cell:last-child {margin-right: 0;}

.caca-container .account-type {display: flex; flex-flow: row nowrap; margin-bottom: 25px;}
.caca-container .account-type > .option {flex: 1 1 auto; width: 50%; margin: 0 10px; padding: 9px 9px; font-size: 14px; line-height: 16px; color: #888; font-weight: bold; text-align: center; border-radius: 3px; border: 2px solid #ccc; cursor: pointer;}
.caca-container .account-type > .option:first-child {margin-left: 0;}
.caca-container .account-type > .option:last-child {margin-right: 0;}
.caca-container .account-type > .option:hover {border-color: #bbb; background-color: #fcfcfc; color: #444;}
.caca-container .account-type > .option.selected {border-color: #1d57c0; background-color: #fff; color: #333;}

.caca-container .panel {display: block; padding: 25px 30px 15px 30px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);}
.caca-container .panel > .tos {margin-bottom: 20px;}
.caca-container .panel > .im-button {margin-bottom: 20px;}

.caca-container .panel > .bottom {padding: 15px 0 0 0; border-top: 1px solid #d5d8de; text-align: center;}
.caca-container .panel > .bottom > a {display: block; padding: 6px 0; text-align: center; font-size: 13px; font-weight: 600;}
.caca-container .panel > .bottom > a:hover {text-decoration: underline;}

/* Success */
.caca-container > .content > .success {display: block; padding: 25px 30px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);}
.caca-container > .content > .success > .icon {width: 75px; height: 75px; margin: 0 auto 25px auto; animation: imjs-fade-in 0.75s; animation-fill-mode: both;}
.caca-container > .content > .success > .icon > img {width: 100%;}
.caca-container > .content > .success > .text {margin-bottom: 25px; padding: 0 2px; font-size: 14px; line-height: 20px; color: #111; text-align: center;}

@media all and  (max-width: 800px) {
    .caca-container{padding-top: 60px;}
    .caca-container .account-type {margin-bottom: 15px;}
    .caca-container .account-type > .option {margin-left: 5px; margin-right: 5px;}
    .caca-container .form > .row.x2 > .cell {margin-left: 5px; margin-right: 5px;}
}

@media all and  (max-width: 600px) {
    .caca-container {width: 100%; padding: 35px 22px 15px 22px;}
    .caca-container > h1 {margin-bottom: 35px;}
    .caca-container .panel {padding: 15px 20px;}
    .caca-container > .content > .success {padding: 15px 20px;}
}