.back{background-color:#ddc4f9}.register{width:500px;margin:7% auto}.box-shadow{box-shadow:0 3px 5px 0 rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.3)}.forms-box{width:360px;margin:0 auto}.forms-logo{width:100%;margin-top:7%;text-align:center}.message-box{width:500px;margin:0 auto;text-align:center}.cont-chk{display:block;position:relative;padding-left:35px;margin-bottom:20px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cont-chk input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark-chk{position:absolute;top:0;left:0;height:25px;width:25px;margin-top:6px;background-color:#ddd}.cont-chk:hover input~.checkmark-chk{background-color:#ccc}.cont-chk input:checked~.checkmark-chk{background-color:#2196f3}.checkmark-chk:after{content:"";position:absolute;display:none}.cont-chk input:checked~.checkmark-chk:after{display:block}.cont-chk .checkmark-chk:after{left:9px;top:5px;width:7px;height:14px;border:solid #fff;border-width:0 2.5px 2.5px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}