﻿body {
}

 input {
/*    width: 193px;*/
    height: 58px;
    border-radius: 10px;
/*    border: none;*/
    outline: none;
    font-size: 25px;
    margin-right: 42px;
    padding: 0 12px;
}

 input.checkbox {
     height: inherit;
     margin: 14px 0;
     margin-right:2px;
 }

select {
    /*    width: 193px;*/
    height: 58px;
    border-radius: 10px;
    /*    border: none;*/
    outline: none;
    font-size: 25px;
    margin-right: 42px;
    padding: 0 12px;
}

.register-other-link {
    margin-top: 12px;
}

.register-other-link a {
    text-decoration: none;
}

    .register-other-link a:hover {
        text-decoration: underline;
    }

input[type=checkbox] {
    height: unset;
}